Description Usage Arguments Value Warning Author(s) See Also Examples
View source: R/interactiontable.R
This is a extanded wrapper around the topTable function from the limma package, as an option the ordinary t statistics can be calculated as well.
1 | interactiontable(ebfit, sort = "none", ord.t = FALSE, correction = "BH")
|
ebfit |
|
sort |
character string specifying which statistic to rank genes by, possible arguments are none, ID,size, t,B,adj.P.val,P.Value, and if ord.t = TRUE: ord.t, ord.p and ord.p.adj. |
ord.t |
Logical, should ordinary t statistics be calculted? Default is FALSE. |
correction |
method used to adjust the p-values for multiple testing.
Default is BH. See |
Returns a dataframe where the rows are the interaction pairs and the columns the statistics:
ID: Interaction pair if
size: the average interaction size
t: the moderated t statistics
P.Value: p-value for the moderated t statistics
adj.P.Val: adjusted p-value
B: the b statistics
if the ord.t=TRUE, the ordinary t statistics (ord.t), with correspnding p-values (ord.p) and adjusted p-values (ord.p.adj)
usage of the ordinary t statistics is not recommended for data sets with few replicates.
Elin Axelsson
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.