write.investigation.file: Writes the Investigation File of an ISA-Tab dataset

Description Usage Arguments Author(s) See Also Examples

Description

write.investigation.file reads a ISA-tab file.

Usage

1

Arguments

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

Author(s)

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

See Also

write.ISAtab, write.study.file, write.assay.file, readISAtab

Examples

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.investigation.file(faahkoISA, temp)

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