Description Usage Arguments Value Note See Also Examples
View source: R/export.many.csv.R
Export a cluster (list) of STAR objects to CSV files ‘metadata.csv’ and ‘timeseries.csv’.
1 | export.many.csv(cluster, topdir, force = FALSE, quiet = TRUE, ...)
|
cluster |
list of STAR objects. |
topdir |
top directory that will contain STAR subdirectories. |
force |
whether to overwrite existing files. |
quiet |
whether to suppress messages. |
... |
passed to |
TRUE
if CSV files were created, otherwise FALSE
.
A generic script to export many CSV files is covered in the 'Script' section of the gfcmSTAR-package help page.
write.star.csv
writes a STAR object to CSV files.
import.many.csv
imports many STAR CSV files from a directory
tree into a cluster.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 | ## Not run:
export.many.csv(cluster, topdir="working_group")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.