write.investigation.file {Risa} | R Documentation |
write.investigation.file
reads a ISA-tab file.
write.investigation.file(isa, path = getwd())
isa |
the ISA-Tab object (as retrieved by the readISAtab function) |
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.ISAtab
, write.study.file
, write.assay.file
, readISAtab
### Example of writing the study file of faahKO ISA-Tab dataset into the temp director faahkoISA <- readISAtab(find.package("faahKO")) temp = tempdir() write.investigation.file(faahkoISA, temp)