Description Usage Arguments Value Examples
Perform PCA on a SingleCellExperiment Object A wrapper to runPCA function to compute principal component analysis (PCA) from a given SingleCellExperiment object.
1 2 3 4 5 6 7 8 9  | 
inSCE | 
 Input SingleCellExperiment object.  | 
useAssay | 
 Assay to use for PCA computation. If   | 
useAltExp | 
 The subset to use for PCA computation, usually for the
selected.variable features. Default   | 
reducedDimName | 
 Name to use for the reduced output assay. Default
  | 
ndim | 
 Number of principal components to obtain from the PCA
computation. Default   | 
scale | 
 Logical scalar, whether to standardize the expression values.
Default   | 
ntop | 
 Number of top features to use as a further variable feature
selection. Default   | 
A SingleCellExperiment object with PCA computation
updated in reducedDim(inSCE, reducedDimName).
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.