View source: R/exposome_pca_plotDS.R
exposome_pca_plotDS | R Documentation |
Computes the parameters and tables needed to be passed to the client so it can render a non-disclosive plot of the PCA of an ExposomeSet
exposome_pca_plotDS(object, set, phenotype, method, k, noise)
object |
|
set |
- |
phenotype |
|
method |
|
k |
|
noise |
|
Depending on the set
argument it returns:
-set == "exposures"
- data: data frame
raw data of the plot geometry
- xlabel: character vector
labels of the x axis
- ylabel: character vector
labels of the y axis
- fams: character vector
name of the families
- labels: character vector
name of the labels for the points (option label
on the
client)
-set == "samples"
- data: data frame
raw data of the plot geometry
- xlabel: character vector
labels of the x axis
- ylabel: character vector
labels of the y axis
- pheno: character vector
name of the phenotypes (option phenotype
on the client)
-set == "variance"
- data: data frame
raw data of the plot geometry
- ylabel: character vector
labels of the y axis
-set == "variance_explained"
- data: data frame
raw data of the plot geometry
- xline: data frame
raw data of the plot x line geometry
- yline: data frame
raw data of the plot y line geometry
- ylabel: character vector
labels of the y axis
-set == "exposures_correlation"
- data: data frame
raw data of the plot geometry
-set == "phenotypes_correlation"
- data: data frame
raw data of the plot geometry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.