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