export.many.csv: Export Many CSV Files

Description Usage Arguments Value Note See Also Examples

View source: R/export.many.csv.R

Description

Export a cluster (list) of STAR objects to CSV files ‘metadata.csv’ and ‘timeseries.csv’.

Usage

1
export.many.csv(cluster, topdir, force = FALSE, quiet = TRUE, ...)

Arguments

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 write.star.csv.

Value

TRUE if CSV files were created, otherwise FALSE.

Note

A generic script to export many CSV files is covered in the 'Script' section of the gfcmSTAR-package help page.

See Also

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.

Examples

1
2
3
4
## Not run: 
export.many.csv(cluster, topdir="working_group")

## End(Not run)

gfcm/gfcmSTAR documentation built on Feb. 5, 2022, 2:14 p.m.