Return the total coverage of each metacell in an McCounts object
Source:R/McCounts.R
mcc_metacell_total_cov.Rd
Return the total coverage of each metacell in an McCounts object
Arguments
- mc_counts
a McCounts object
- metacells
names of metacells to include. Default: all metacells.
Examples
if (FALSE) {
mc_counts <- mcc_read("pbmc_reads_mc")
mc_covs <- mcc_cov(mc_counts)
}