diffExprStat {cTRAP} | 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