Skip to contents

Return the total coverage of each metacell in an McCounts object

Usage

mcc_metacell_total_cov(mc_counts, metacells = NULL)

Arguments

mc_counts

a McCounts object

metacells

names of metacells to include. Default: all metacells.

Value

a named vector with the total coverage for each metacell

Examples

if (FALSE) {
mc_counts <- mcc_read("pbmc_reads_mc")
mc_covs <- mcc_cov(mc_counts)
}