Learn R Programming

Risa (version 1.14.0)

write.study.file: Write a Study File of an ISA-Tab dataset

Description

write.study.file writes a specific Study file from the ISA-tab dataset.

Usage

write.study.file(isa, study.filename, path = getwd())

Arguments

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

See Also

write.study.file, write.ISAtab, readISAtab

Examples

Run this code
    ### 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)

Run the code above in your browser using DataLab