Compute principal components of SNPs annotated to ontology terms.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
path |
Path to output file. |
o |
An annotated |
data |
A |
terms |
A character vector of terms to compute PCs for. Will use all terms if not provided. |
stand |
Which standardization method to use. One of "none", "binom" (old Eigenstrat-style), "binom2" (new Eigenstrat-style), "sd" (zero-mean unit-variance) or "center" (zero mean). |
max_term_size |
Skip terms annotated with fewer than this number of genes. |
explain_var |
Restrict number of PCs to explain at least this fraction of variance. |
max_pcs |
Return at most this number of PCs. |
num_parts |
Number of parts to write output to. |
exclude_snps |
Named list of SNP IDs to exclude from terms. |
rsvd_threshold |
Use randomized SVD when number of variables exceeds this threshold. Set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.