Limma_Adj_pval: Returns adjusted pvalue from decideTests function, instead of...

Description Usage Arguments

View source: R/Limma_Adj_pval.R

Description

Returns adjusted pvalue from decideTests function, instead of -1, 0 or 1

Usage

1
2
3
4
5
6
7
Limma_Adj_pval(
  object,
  method = "separate",
  adjust.method = "BH",
  p.value = 0.05,
  lfc = 0
)

Arguments

object

a numeric matrix of p-values or an MArrayLM object from which p-values and t-statistics can be extracted.

method

character string specifying how genes and contrasts are to be combined in the multiple testing scheme. Choices are "separate", "global", "hierarchical" or "nestedF".

adjust.method

character string specifying p-value adjustment method. Possible values are "none", "BH", "fdr" (equivalent to "BH"), "BY" and "holm". See p.adjust for details.

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.


Rvirgenslane/Hotgenes documentation built on Aug. 22, 2020, 2:11 a.m.