View source: R/ArchR_CellCounting.R
ArchRCellCounting | R Documentation |
This function counts how many cells from each cluster/sample are assigned the same label/cluster
ArchRCellCounting(
ArchR = ArchR,
group1 = "clusters",
group2 = "stage",
print_table = TRUE,
scHelper_cell_type_order = scHelper_cell_type_order
)
ArchR |
ArchR object |
group1 |
first column to split cells by |
group2 |
second column to split cells by |
print_table |
boolean to print table or return it |
scHelper_cell_type_order |
order in which to return cell types |
table of cell counts, or plots table directly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.