View source: R/hmx_differential_expression.R
find_de_genes_eBayes | R Documentation |
Compute differential expression over time on microarray data using
empirical Bayes statistics on a linear model using the
eBayes
method from the limma
package. All
differentially expressed genes for each timepoint are reported.
find_de_genes_eBayes(eset, p_val_cutoff = 0.02)
eset |
expressionset object with normalized microarray expression. |
p_val_cutoff |
adjusted p-value cutoff for determining differentially expressed genes. |
list with one entry for each non-baseline timepoint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.