-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add "zygosity information" command: Similar to allele frequency, but emits the individual-based stats of how many AA, Aa, aa that are for each variant. * Better way to emit sorted calculations on mutations. New API method getMutationsToNodeOrdered() emits nodes and mutation IDs ordered by mutation position and allele. * If you don't specify a phenotype file it will now use a random vector. * New flag --beta-only only calculates beta (the dot product), not the additional statistics surrounding it (like plink does). * GWAS can compute just beta (to mimic the dot-product calculation of XSI, which we compare against) or all of the fields necessary. * Zygosity info breaks down how many individuals are hetero or homozygous in a particular variant. * We optionally link in GNU Scientific Library (GSL) for computing p-values for GWAS. Use -DENABLE_GSL=ON to enable this, other the p-value will just be NaN (with a warning).
- Loading branch information
1 parent
3d53b8c
commit 54aff19
Showing
12 changed files
with
421 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.