Description Usage Arguments Value Examples
Convenience function to take log10 after taking the mean. A pseudocount is added before taking the log to avoid problems with zero.
1 | log10rowMeans(x, na.rm = TRUE, pseudo = 1)
|
x |
matrix |
na.rm |
remove NAs? |
pseudo |
pseudocount to add |
vector of values
1 2 | mat = matrix(rpois(120,10), nrow = 10)
log10rowMeans(mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.