findPairMarkers | R Documentation |
Find markers (differentially expressed genes) between two groups.
findPairMarkers(counts, annotation, group_1, group_2)
counts |
Either a matrix-like object with un-normalized data with cells as columns and features as rows or an Assay-derived object. |
annotation |
A data frame of cell types annotation with cell names as rownames and "annot" as the colname. Row-names in the annotation need to match the column names of the counts matrix. |
group_1 |
Character vector of cell types in group_1 for pairwise comparison |
group_2 |
Character vector of cell types in group_2 for pairwise comparison |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.