Differential expression's t-statistics sample obtained by running the following code:
1 2 3 4 5 6 7 8 | 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.