getFDRCol: Get the name of the column which store false-discovery rates...

View source: R/parseTopTable.R

getFDRColR Documentation

Get the name of the column which store false-discovery rates (adjusted P-values) from topTables

Description

Get the name of the column which store false-discovery rates (adjusted P-values) from topTables

Usage

getFDRCol(colnames)

Arguments

colnames

A character string vector of column names

Value

The column name of the FDRs, NA if not found.

Examples

getFDRCol(c("Feature", "logFC", "PValue", "FDR"))
getFDRCol(c("Feature", "logFC", "P.Value", "FDR"))
getFDRCol(c("Feature", "logFC", "p.Value", "adjPvalue"))
getFDRCol(c("Feature", "logFC", "PValue", "adj.PValue"))

bedapub/ribiosGSEA documentation built on March 30, 2023, 3:26 p.m.