eztoptab | R Documentation |
Wrapper for limma topTable
function that subsets and changes colnames
eztoptab(
fit,
cols = c("P.Value", "adj.P.Val", "logFC"),
adjust.method = "BH",
prefix = NULL,
coef = NULL
)
fit |
Object of class |
cols |
Columns of |
adjust.method |
Method used to adjust the p-values for multiple testing. Options, in increasing conservatism,
include |
prefix |
Character string to add to beginning of column names. |
coef |
Column index or column name specifying which coefficient or contrast of the linear model to test.
If |
If length(coef)>=2
, "z"
will not be returned.
Data frame.
topTable
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.