topPairs {spicyR} | R Documentation |
A table of the significant results from spicy tests
topPairs(x, coef = 1, n = 10, adj = "fdr", cutoff = 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. |
A data.frame
data(spicyTest) topPairs(spicyTest)