getPvalCol: Get the name of the column which store unadjusted P-values...

View source: R/parseTopTable.R

getPvalColR Documentation

Get the name of the column which store unadjusted P-values from topTables

Description

Get the name of the column which store unadjusted P-values from topTables

Usage

getPvalCol(colnames)

Arguments

colnames

A character string vector of column names

Value

The column name of the unadjusted p-values, NA if not found.

Examples

getPvalCol(c("Feature", "logFC", "PValue", "FDR"))
getPvalCol(c("Feature", "logFC", "P.Value", "FDR"))
getPvalCol(c("Feature", "logFC", "p.Value", "adjPvalue"))
getPvalCol(c("Feature", "logFC", "pval", "adjPvalue"))

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