exportDETable | R Documentation |
Exports gene differential expression results table to text files.
exportDETable(object, data = "sig")
## S4 method for signature 'TSSr'
exportDETable(object, data = "sig")
object |
A TSSr object. |
data |
Specify which data will be exported: "all" or "sig". |
gene differential expression tables
data(exampleTSSr)
#exportDETable(exampleTSSr, data="sig")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.