Learn R Programming

Risa (version 1.14.0)

write.assay.file: Write an Assay File from the ISA-Tab dataset

Description

write.assay.file writes a specific assay file from the ISA-tab dataset into disk.

Usage

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

Arguments

isa
the ISA-Tab object (as retrieved by the readISAtab function )
assay.filename
the name of the assay 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.ISAtab,write.investigation.file, write.study.file, readISAtab

Examples

Run this code
    ### Example of writing the study file of faahKO ISA-Tab dataset into the temp directory
    faahkoISA <- readISAtab(find.package("faahKO"))
    temp = tempdir()
    write.assay.file(faahkoISA, faahkoISA["assay.filenames"][[1]], temp)

Run the code above in your browser using DataLab