View source: R/ds.exposome_pca.R
ds.exposome_pca | R Documentation |
Performs a non-disclosive PCA given an Exposome Set on the study server, the Exposome Set can be subsetted by families to perform the PCA
ds.exposome_pca(
Set,
fam = NULL,
scale = TRUE,
type = "meta",
pca = TRUE,
npc = 10L,
datasources = NULL
)
Set |
|
fam |
|
scale |
|
type |
|
pca |
|
npc |
|
datasources |
a list of |
The pooled PCA uses the block method for SVD decomposition. More information can be found on https://arxiv.org/pdf/1907.07410.pdf
This function does not have an output. It creates a object on the study server named ds.exposome_pca.Results
,
this object can be passed to the ds.exposome_pca_plot
to visualize the results of the PCA.
## Not run: Refer to the package Vignette for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.