Description Usage Arguments Value Examples
Internal function to normalize by library size
1 | normalise_by_factor(counts, norm_factor)
|
counts |
matrix of counts |
norm_factor |
vector of normalisation factors |
a matrix with normalized gene counts
1 2 3 | data(sample_counts)
data(sample_stats)
sample_counts_nm <- normalise_by_factor(sample_counts, colSums(sample_counts))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.