Delete MendelScan.v1.2.jar
Please see the official site for MendelScan, on GMT, for detailed information.
Please see the releases page for official releases.
You can build the Java source by running ant compile or a JAR file by running ant dist.
ant compile
ant dist
You can run the JAR file on the commandline like any Java JAR file, e.g. java -jar ./MendelScan.jar.
java -jar ./MendelScan.jar
Javadoc is published on the GitHub page.
Included in the repository is an example data set using 1000 Genomes data.
tar -zxvf example_data.tar.gz cd example_data java -jar MendelScan.jar score variants.vcf \ --vep-file annotation.vep --ped-file family.ped --gene-file gene-expression.txt \ --output-file mendelscan.tsv --output-vcf mendelscan.vcf
用于扫描基因组数据以识别孟德尔遗传模式
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
MendelScan
Overview
Please see the official site for MendelScan, on GMT, for detailed information.
Releases
Please see the releases page for official releases.
Build
You can build the Java source by running
ant compileor a JAR file by runningant dist.Run
You can run the JAR file on the commandline like any Java JAR file, e.g.
java -jar ./MendelScan.jar.Source Documentation
Javadoc is published on the GitHub page.
Example
Included in the repository is an example data set using 1000 Genomes data.