Description Usage Arguments Examples
use pca method to extract genes with most contributions in first three dimensions. The pca genes could be used as gene list for downstream dimention reduction.
1 | pcaGenes(objs, dim.use = 1:3, gene.num = 100)
|
objs |
A list of Seurat objects |
dim.use |
PCA dimensions used to select genes. default 1:3. |
gene.num |
Number of genes selected on each PC. |
1 2 3 4 | ## Not run:
pcaGenes(obj)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.