counts_to_cpm: Convert counts to counts per million (CPM).

View source: R/counts_to_TPM.R

counts_to_cpmR Documentation

Convert counts to counts per million (CPM).

Description

Convert a numeric matrix of features (rows) and conditions (columns) with raw feature counts to counts per million.

Usage

counts_to_cpm(counts)

Arguments

counts

A numeric matrix of raw feature counts i.e. fragments assigned to each gene.

Value

cpm A numeric matrix normalized by library size


skimlab/CCSBUtils documentation built on March 30, 2022, 4:52 a.m.