Description Usage Arguments Value
One-SNP-version SPACox function. This function is to facilitate users that prefer reading and analyzing genotype line-by-line.
1 2 3 4 5 6 7 8 9 10 | SPACox.one.SNP(
g,
obj.null,
Cutoff = 2,
impute.method = "fixed",
missing.cutoff = 0.15,
min.maf = 1e-04,
CovAdj.cutoff = 5e-05,
G.model = "Add"
)
|
g |
a numeric genotype vector. Missing genotype should be coded as NA. Both hard-called and imputed genotype data are supported. |
others |
the same as function SPACox. NOTE that we do not check subject order in this one-snp-version !!! |
the same as function SPACox.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.