ds.PCA | R Documentation |
PCA for genotype data on the study server
ds.PCA(
genoData,
snp_subset = TRUE,
standardize = TRUE,
ncomp = 5L,
datasources = NULL
)
genoData |
|
snp_subset |
|
standardize |
|
ncomp |
|
datasources |
a list of |
Pooled method implemented using block method ("Parallel Algorithms for the Singular Value Decomposition." Berry et al. 2005).
The snp_subset
option uses gene regions that have been linked to ethnic groupings, it is suggested to use this option to optimize
the computing time and get noise-less principal components.
Returns list
with the names of the objects created on the server side that will be used if the principal
components are to be plotted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.