helix_bottom

Introduction


MendelScan is a software package for analyzing targeted, whole-exome, or whole-genome sequencing data in family studies of inherited disease. Given the variant calls for a family (VCF file) and pedigree/phenotype information, MendelScan allows you to prioritize candidate variants based upon segregation, annotation, population frequency, and gene expression information. It also enables the mapping of disease genes using two novel algorithms: rare heterozygote rule out (RHRO) and shared identity-by-descent (SIBD).

How to Cite


A manuscript describing MendelScan is currently under review. In the interim, please cite MendelScan by noting the version and citing http://gmt.genome.wustl.edu/mendelscan.

Latest MendelScan News:


MendelScan v1.2.1

This release is a minor fix to v1.2 and addresses a couple of VEP annotation (native output) format bugs. A secondary output file (.excluded) now lists variants excluded from the main output file due to lack of VEP annotation. Also, sites with 2+ alternate alleles will be reported in multiple lines (one per alternate allele) when VEP native output format is provided.

You can download this release on Github.

MendelScan v1.2.0

We fixed a bug related to segmentation scoring, added broader VEP output format compatibility, and enabled preliminary recessive scoring functionality for the “score” subcommand.

If you use MendelScan to aid your research, please cite the publication: Koboldt DC, Larson DE, Sullivan LS, Bowne SJ, Steinberg KM, et al. Exome-based mapping and variant prioritization for inherited Mendelian disorders. Am J Hum Genet. doi:10.1016/j.ajhg.2014.01.016

You can download this release on Github.

MendelScan v1.1.1

This is the initial release of MendelScan, a software package for analyzing variants identified by family-based sequencing of rare genetic diseases. There are three main functions included with this release:

java -jar MendelScan.jar score – prioritize variants in a VCF based upon segregation, annotation, population frequency, and gene expression java -jar MendelScan.jar rhro – apply rare heterozygote rule out to map dominant disease genes java -jar MendelScan.jar sibd – apply shared IBD analysis to map disease genes

A manuscript describing this tool has been submitted; in the interim, please cite MendelScan by noting the version number and citing its home URL: http://gmt.genome.wustl.edu/mendelscan.

You can download this release on Github.