topPairs | R Documentation |
A table of the significant results from spicy tests
topPairs(x, coef = NULL, n = 10, adj = "fdr", cutoff = NULL, figures = NULL)
x |
The output from spicy. |
coef |
Which coefficient to list. |
n |
Extract the top n most significant pairs. |
adj |
Which p-value adjustment method to use, argument for p.adjust(). |
cutoff |
A p-value threshold to extract significant pairs. |
figures |
Round to 'figures' significant figures. |
A data.frame
data(spicyTest)
topPairs(spicyTest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.