estimate_size_factors | R Documentation |
Function to calculate size factors for single-cell RNA-seq data
estimate_size_factors(
cds,
round_exprs = TRUE,
method = c("mean-geometric-mean-total", "mean-geometric-mean-log-total")
)
cds |
The cell_data_set |
round_exprs |
A logic flag to determine whether or not the expression value should be rounded |
method |
A string to specify the size factor calculation approach. Options are "mean-geometric-mean-total" (default), "mean-geometric-mean-log-total". |
Updated cell_data_set object with a new colData column called 'Size_Factor'.
cds <- load_a549()
colData(cds)[['Size_Factor']] <- NULL
cds <- estimate_size_factors(cds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.