scale_to_count | R Documentation |
rescale expression profiles to sum to a fixed count number
scale_to_count(exprs, count = NULL)
exprs |
expression matrix containing profiles in columns, genes in rows; can be sparse |
count |
numeric, the number the counts in each profile should sum up to: default NULL, count = nrow(exprs) |
rescaled expression matrix (sparsity depending on type of exprs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.