Description Usage Arguments Methods See Also
Methods for topTable. topTable extracts the top n most important features for a given classification or regression procedure
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ## S4 method for signature 'limma'
topTable(
fit,
n = 10,
coef = 2,
genelist = fit$genes,
eb = fit[c("t", "p.value", "lods")],
adjust.method = "BH",
sort.by = "B",
resort.by = NULL,
p.value = 1,
lfc = 0
)
## S4 method for signature 'MArrayLM'
topTable(
fit,
n,
coef = 2,
genelist = fit$genes,
eb = fit[c("t", "p.value", "lods")],
adjust.method = "BH",
sort.by = "B",
resort.by = NULL,
p.value = 1,
lfc = 0
)
## S4 method for signature 'tTest'
topTable(fit, n)
## S4 method for signature 'fTest'
topTable(fit, n)
|
fit |
object resulting from a classification or regression procedure |
n |
number of features that one wants to extract from a table that ranks all features according to their importance in the classification or regression model; defaults to 10 for limma objects |
coef |
column number or column name specifying which coefficient or contrast of the linear model is of interest. For |
genelist |
data frame or character vector containing gene information.
For |
eb |
subset of |
adjust.method |
method used to adjust the p-values for multiple testing. Options, in increasing conservatism, include |
sort.by |
character string specifying which statistic to rank the genes by.
Possible values for |
resort.by |
character string specifying statistic to sort the selected genes by in the output data.frame. Possibilities are the same as for |
p.value |
cutoff value for adjusted p-values. Only genes with lower p-values are listed. |
lfc |
minimum absolute log2-fold-change required.
|
glmnet
glmnet objects are produced by lassoClass
or lassoReg
limma
limma objects are produced by limma2Groups
MarrayLM
MarrayLM objects are produced by lmFit
of the limma package
pamClass
pamClass objects are produced by pamClass
rfClass
rfClass objects are produced by rfClass
tTest
tTest objects are produced by tTest
fTest
fTest objects are produced by fTest
topTable-methods
for: glmnet, lognet and elnet
topTable,pamClass-method
topTable,rfClass-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.