DEG_Analysis_Micro | R Documentation |
Helper Function For DEG Analysis of microArray Data (for a single comparison)
DEG_Analysis_Micro(eset, qval = 0.05)
eset |
Processed gene expression data in the ExpressionSet format batch & experimental conditions are provided in pData. |
qval |
q-value cutoff for DEG analysis (default: 0.05) |
DEG result in the format of a list containing: table: table of DEG results. rank_vector: a vector of t-statistics for every gene. degs: a vector of gene symbols for DEGs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.