Description Usage Arguments Value
View source: R/gene_statistics.R
This function calculates the median normalisation size factors of a matrix of
gene expression counts following the code of the function
MedianNorm
when the parameter alternative=TRUE
.
1 | median_norm_size_factors2(m, na_rm = FALSE)
|
m |
Matrix of gene expression values. Rows are genes and columns are samples. |
na_rm |
A logical value indicating whether NA values should be stripped before the computation proceeds. |
A vector of size factors, one for each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.