FDR - winkusch/Easy2 GitHub Wiki
FUNCTION | PARAMETER | DEFAULT | DESCRIPTION |
---|---|---|---|
FDR | --colPval | P-Value column of the input data set that will be used for the correction. Required | |
FDR | --strFdrMethod | BH | This defines the method that is used to control the False-Discovery-Rate and can either be set to ‘BH’ (Benjamini-Hochberg) or ‘BY’ (Benjamin-Yekutieli). This refers to the ‘method’ parameter of the R-function p.adjust(…). Optional. Default: BH |
FDR | --colOut | Name of the added column that contains the respective FDR values. Optional. Default: .< strFdrMethod> |