getAverage | R Documentation |
Calculates average expression of each group, based on condition of dds object. Returns list with Mean and SD values for each gene in each condition
getAverage(dds)
dds: |
dds object. MUST have condition as colData grouping! |
dds <- DESeqDataSetFromMatrix(countData = countData, colData = colData, desing =~ condition)
baseMeans <- getAverage(dds)
means <- baseMeans$Mean
SD <- baseMeans$SD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.