export | R Documentation |
Export data from R
export(object, con, ...)
## S4 method for signature 'DESeqAnalysis,character'
export(object, con, compress = FALSE, overwrite = TRUE, quiet = FALSE)
## S4 method for signature 'DESeqDataSet,character'
export(object, con, compress = FALSE, overwrite = TRUE, quiet = FALSE)
object |
Object. |
con |
|
compress |
|
overwrite |
|
quiet |
|
... |
Additional arguments. |
Size-factor normalized coutns and FPKM values are calculated on the fly and exported automatically.
Invisible character
or list
of file paths.
Updated 2022-09-13.
data(deseq)
## DESeqAnalysis ====
con <- AcidBase::tempdir2()
x <- export(deseq, con = con)
print(x)
AcidBase::unlink2(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.