normalizeCountsToConcentration | R Documentation |
Normalize gene expression count data to concentration
normalizeCountsToConcentration(rawData, umiPerCell = 1e+06)
rawData |
a data frame of raw counts of 'm_u', [m_l', 'm_total', 'P_l', p_u', 'p_total' as columns, and 'captureEfficiencyPerCell' is also provide as a column |
umiPerCell |
numeric molecules per cell (default: 1e6) |
data frame with gene counts normalized to concentrations
data.norm <- normalizeCountsToConcentration(rawData, umiPerCell = 1e6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.