View source: R/parseTopTable.R
getPvalCol | R Documentation |
Get the name of the column which store unadjusted P-values from topTables
getPvalCol(colnames)
colnames |
A character string vector of column names |
The column name of the unadjusted p-values, NA
if not found.
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.