diffExprStat {cTRAP}R Documentation

Differential expression's t-statistics sample

Description

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

[Package cTRAP version 1.11.1 Index]