diffExprStat | R Documentation |
Differential expression's t-statistics sample obtained by running the following code:
data("counts") # Perform differential gene expression analysis diffExpr <- performDifferentialExpression(counts) # Get t-statistics of differential expression with respective gene names diffExprStat <- diffExpr$t names(diffExprStat) <- diffExpr$Gene_symbol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.