View source: R/Limma_Adj_pval.R
Limma_Adj_pval | R Documentation |
Returns adjusted pvalue from decideTests function, instead of -1, 0 or 1
Limma_Adj_pval(
object,
method = "separate",
adjust.method = "BH",
p.value = 0.05,
lfc = 0
)
object |
a numeric matrix of p-values or an |
method |
character string specifying how genes and contrasts are to be combined in the multiple testing scheme. Choices are |
adjust.method |
character string specifying p-value adjustment method. Possible values are |
p.value |
numeric value between 0 and 1 giving the required family-wise error rate or false discovery rate. |
lfc |
numeric, minimum absolute log2-fold-change required. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.