Description Usage Arguments Value Examples
View source: R/calculate-expression.R
Calculate average counts per feature, adjusting them as appropriate to take into account for size factors for normalization or library sizes (total counts).
1 | calcAverage(object)
|
object |
an |
Vector of average count values with same length as number of features.
1 2 3 4 5 6 7 | data("sc_example_counts")
data("sc_example_cell_info")
pd <- new("AnnotatedDataFrame", data = sc_example_cell_info)
example_sceset <- newSCESet(countData = sc_example_counts, phenoData = pd)
## calculate average counts
ave_counts <- calcAverage(example_sceset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.