Description Usage Arguments Value Note See Also Examples
View source: R/import.many.csv.R
Import many STAR CSV files from a directory tree into a cluster (list) of STAR objects.
1 |
dir |
directory name. |
A cluster (list) of STAR objects.
The top directory can have any name, but the directory tree must have the following structure:
1 2 3 4 5 6 7 | dirname/
STAR_2019_HKE_4/
metadata.csv
timeseries.csv
STAR_2019_HKE_5/
metadata.csv
timeseries.csv
|
read.star.csv
reads a pair of STAR CSV files into a STAR
object.
write.star.csv
writes a STAR object to CSV files.
import.many.templates
imports many Excel STAR templates from a
directory into a cluster (list).
export.many.csv
exports a cluster (list) of STAR objects to CSV
files.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 | ## Not run:
cluster <- import.many.csv("csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.