Description Usage Arguments Author(s) See Also Examples
write.study.file
writes a specific Study file from the ISA-tab dataset.
1 | write.study.file(isa, study.filename, path = getwd())
|
isa |
the ISA-Tab object (as retrieved by the readISAtab function) |
study.filename |
the name of the study file to be written to disk |
path |
the output path in which the study file is going to be written, by default is the working directory |
Alejandra Gonzalez-Beltran / Maintainer: Alejandra Gonzalez-Beltran, ISA Team <isatools@googlegroups.com>
write.study.file
, write.ISAtab
, readISAtab
1 2 3 4 | ### Example of writing the study file of faahKO ISA-Tab dataset into the temp director
faahkoISA <- readISAtab(find.package("faahKO"))
temp = tempdir()
write.study.file(faahkoISA, faahkoISA["study.filenames"][[1]], temp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.