avgExp | R Documentation |
Calculate average gene expression between replicates
avgExp(counts, cond, method = c("mean", "median", "geoMean"))
counts |
Data.frame of counts (rows=genes, columns=samples) |
cond |
character vector of length ncol(counts) assigning each column to a condition |
method |
character of either "mean", "median", or "geoMean" of how to calculate average expression. Default is "mean" |
Data frame with rows=genes and columns=condition with indicated average of gene expression beween replicates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.