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