aggregate_counts | R Documentation |
Utility function to make reference gene expression profiles
aggregate_counts(count_mat, annot, normalized = TRUE, verbose = TRUE)
count_mat |
matrix/dgCMatrix Gene expression counts |
annot |
dataframe Cell annotation with columns "cell" and "group" |
normalized |
logical Whether to return normalized expression values |
verbose |
logical Verbosity |
matrix Reference gene expression levels
ref_custom = aggregate_counts(count_mat_ref, annot_ref, verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.