We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to plink --cluster with --mc or --mcc options. See the wiki on IBS-MDS Process and the diagram for the Genome file.
plink --cluster
--mc
--mcc
More information can be found on the --cluster and --genome-full options in the section on Pairwise IBD estimation of plink manual.
--cluster
--genome-full
The input file is the model created in #3.
This feature adds a constraint on the --cluster option described in issue #7.
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.
The implementation should use:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Similar to
plink --cluster
with--mc
or--mcc
options. See the wiki on IBS-MDS Process and the diagram for the Genome file.More information can be found on the
--cluster
and--genome-full
options in the section on Pairwise IBD estimation of plink manual.The input file is the model created in #3.
This feature adds a constraint on the
--cluster
option described in issue #7.Analysis
Add a comment to this issue with:
--mc
option--mcc
optionDesign
Add a comment to this issue describing how this will be implemented in Spark, and how it differs from plink.
Implementation
The implementation should use:
The text was updated successfully, but these errors were encountered: