| write.ISAtab {Risa} | R Documentation |
write.ISAtab writes a ISA-Tab dataset.
write.ISAtab(isa, path = getwd())
isa |
the ISA-Tab object as built with the function |
path |
the directory where the files are going to be written, by default is the working directory |
Alejandra Gonzalez-Beltran / Maintainer: Alejandra Gonzalez-Beltran, ISA Team <isatools@googlegroups.com>
write.investigation.file, write.study.file, write.assay.file, readISAtab
### Example of writing the study file of faahKO ISA-Tab dataset into the temp director
data.dir <- system.file("extdata", package="Risa")
isazip <- system.file("extdata","faahKO-metadata.zip", package="Risa")
faahkoISA <- readISAtab(zipfile = isazip, path = file.path(data.dir,"faahKOISA"), verbose =TRUE)
temp = tempdir()
write.ISAtab(faahkoISA, temp)