topTable | R Documentation |
topTable generic
topTable generic MArrayLM
topTable generic MArrayLM2
topTable(
fit,
coef = NULL,
number = 10,
genelist = fit$genes,
adjust.method = "BH",
sort.by = "B",
resort.by = NULL,
p.value = 1,
lfc = 0,
confint = FALSE
)
## S4 method for signature 'MArrayLM'
topTable(
fit,
coef = NULL,
number = 10,
genelist = fit$genes,
adjust.method = "BH",
sort.by = "p",
resort.by = NULL,
p.value = 1,
lfc = 0,
confint = FALSE
)
## S4 method for signature 'MArrayLM2'
topTable(
fit,
coef = NULL,
number = 10,
genelist = fit$genes,
adjust.method = "BH",
sort.by = "p",
resort.by = NULL,
p.value = 1,
lfc = 0,
confint = FALSE
)
fit |
fit |
coef |
coef |
number |
number |
genelist |
genelist |
adjust.method |
adjust.method |
sort.by |
sort.by |
resort.by |
resort.by |
p.value |
p.value |
lfc |
lfc |
confint |
confint |
results of toptable
results of toptable
results of toptable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.