markdownTables | R Documentation |
Markdown tables
markdownTables(object, ...)
## S4 method for signature 'DFrameList'
markdownTables(object, contrastName = NULL, n = 10L)
## S4 method for signature 'DESeqAnalysis'
markdownTables(object, i, n = 10L)
## S4 method for signature 'DESeqResults'
markdownTables(object, contrastName = NULL, n = 10L)
object |
Object. |
contrastName |
|
n |
|
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
... |
Additional arguments. |
kable
.
Markdown tables.
Updated 2022-05-24.
data(deseq)
## DESeqAnalysis ====
markdownTables(deseq, i = 1L, n = 5L)
## DESeqResults 'resultsTables()' return ====
res <- results(deseq, i = 1L)
resTbl <- resultsTables(res)
markdownTables(resTbl, n = 5L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.