write.isatab: Write an ISA-Tab dataset

Description Usage Arguments Author(s) See Also Examples

Description

write.ISAtab writes a ISA-Tab dataset.

Usage

1
write.ISAtab(isa, path = getwd())

Arguments

isa

the ISA-Tab object as built with the function readISAtab.

path

the directory where the files are going to be written, by default is the working directory

Author(s)

Alejandra Gonzalez-Beltran / Maintainer: Alejandra Gonzalez-Beltran, ISA Team <isatools@googlegroups.com>

See Also

write.investigation.file, write.study.file, write.assay.file, readISAtab

Examples

1
2
3
4
5
6
    ### 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)

ISA-tools/Risa documentation built on May 8, 2019, 1:25 p.m.