Learn R Programming

numbat (version 1.4.2)

aggregate_counts: Utility function to make reference gene expression profiles

Description

Utility function to make reference gene expression profiles

Usage

aggregate_counts(count_mat, annot, normalized = TRUE, verbose = TRUE)

Value

matrix Reference gene expression levels

Arguments

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

Examples

Run this code
ref_custom = aggregate_counts(count_mat_ref, annot_ref, verbose = FALSE)

Run the code above in your browser using DataLab