markdownTables | R Documentation |
Markdown tables
markdownTables(object, ...)
## S4 method for signature 'FgseaList'
markdownTables(object, collection, n = 10L, headerLevel = 3L)
object |
Object. |
collection |
|
n |
|
headerLevel |
|
... |
Additional arguments. |
Top tables of significantly enriched pathways.
Supports looping across multiple DEG results, and adds a Markdown header for each contrast.
kable
.
Markdown tables.
Updated 2022-05-24.
data(fgsea)
## FgseaList ====
object <- fgsea
alphaThreshold(object) <- 0.9
collection <- collectionNames(object)[[1L]]
markdownTables(
object = object,
collection = collection
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.