GELOG / adam-ibs

Ports the IBS/MDS/IBD functionality of Plink to Spark / ADAM
Apache License 2.0
3 stars 6 forks source link

IBS-IBD Estimation #27

Open davidonlaptop opened 9 years ago

davidonlaptop commented 9 years ago

Description

This feature adds the --rel-check, --min, --max, --het, --indep, --indep-pairwise, --homozyg, --homozyg-snp, --homozyg-kb, --homozyg-window-het, --homozyg-window-missing, --homozyg-window-threshold, --homozyg-density, --homozyg-gap, --homozyg-group, --pool-size, --homozyg-match, --consensus-match, --homozyg-verbose, --ibs-test, --segment, --all-pairs, --segment-length, --segment-snp, --segment-group, --segment-verbose, --mperm option(s) based on the input file described in #3.

This feature also generates the following file formats: HET, HOM, HOM.OVERLAP, SEGMENT, SEGMENT.SUMMARY, SEGMENT.SUMMARY.MPERM.For more info, check: http://pngu.mgh.harvard.edu/~purcell/plink/ibdibs.shtml

Analysis

Add a comment to this issue with:

Add a comment to this issue describing how this will be implemented in Spark, and how it differs from plink.

Also update the class diagram on the wiki page describing PLink formats (when incomplete) and add a class diagram describing the models implemented in Scala for this feature on the wiki page on the MGL804 formats.

Implementation

The implementation should integrates with the models implemented in scala by this project and use: