View source: R/SingleCellRNASeq.R
runPCA | R Documentation |
PCA analysis
runPCA(
object,
use.components = 50,
use.regressout.data = T,
use.scanorama.integrative.matrix = F
)
object |
The SingCellaR object. |
use.components |
The number of principal components. Default 50 |
use.scanorama.integrative.matrix |
is the logical, if TRUE scannorama integrative matrix will be used. |
regressout.data |
is logical, if TRUE, PCA uses the regressout data. If FALSE, PCA uses the normalized data without removing any umwanted source of variations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.