Description Usage Arguments Value Examples
Return a list of genes with the strongest contribution to a set of components
1 |
object |
DimReduc object |
dim |
Dimension to use |
ncells |
Number of cells to return |
balanced |
Return an equal number of cells with both + and - scores. |
... |
Extra parameters passed to |
Returns a vector of cells
1 2 3 4 | pbmc_small
head(TopCells(object = pbmc_small[["pca"]]))
# Can specify which dimension and how many cells to return
TopCells(object = pbmc_small[["pca"]], dim = 2, ncells = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.