FindDEgenes | R Documentation |
Find markers (differentially expressed genes) among groups.
FindDEgenes(counts, annotation, pval = 0.01, logFC = 0.5, minGenes = 10, ...)
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. |
pval |
minimal p-value to filter markers |
logFC |
logFC to filter markers |
minGenes |
minimum genes to keep in each group per cluster, overrides pval and logFC |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.