Description Usage Arguments Examples
When several contrats are tested in limma, a call over if the gene is differentially Expressed is made after defining the FCH and FDR/p cutoffs using the decideTestFunctions. This function takes that output and returns of vector that are DEG in at least 1 comparison.
1 |
coefs.lg: |
matrix of log fold changes, usually the estimated coeficients of the limma model (ebfit$coef) |
1 2 | D<-decideTests(ebfit,method="separate",adjust.method="BH",p.value=0.05,lfc=log2(2))
DEGs<-getAllDEGs(D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.