Description Usage Arguments Details Value Examples
This function calculates average expression values of multiple replicate samples
1 |
data.matrix |
A matrix with gene expression values, rows denote genes and columns denote replicate samples. Alternatively a vector of gene expression values. |
This function calculates average expression values of multiple replicate samples using rowMeans. If the data has no replicates (a single vector or a matrix with only one column) the original values are returned.
This function returns a vector with the mean expression values.
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.