Description Usage Arguments Value Examples
Runs PCA on the selected dataset.
1 |
x, |
dataframe with experiment data |
retx, |
specifies if the data should be returned |
center, |
center the PCA (Boolean) |
scale, |
scale the PCA (Boolean) |
pca list
1 2 3 4 | load(system.file("extdata", "demo", "demodata.Rda",
package="debrowser"))
pca_data<-run_pca(getNormalizedMatrix(
demodata[rowSums(demodata[,1:6])>10,1:6]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.