rank_cells | R Documentation |
This function finds the rank of each gene's expression for each cell,
grouped by the user defined variable. This data is used to compute the rank
invariance value for each gene later with rank_invariance()
.
rank_cells(sce, group_col = "cellType", assay = "logcounts")
sce |
SummarizedExperiment-class object with
the |
group_col |
name of the column in the
colData() of |
assay |
A |
A named list()
of matrix()
objects. Each matrix()
contains the
rank values for the cells belonging to one group.
Other invariance functions:
rank_group()
,
rank_invariance_express()
,
rank_invariance()
## Rank the genes for each cell, organized by "group" column
rank_cells(sce_zero_test, group_col = "group")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.