Learn R Programming

metabolighteR (version 0.1.3)

get_isa_investigation: Get ISA Investigation File

Description

Retrieve the ISA Investigation for a specified Metabolights Study

Usage

get_isa_investigation(study_id)

Arguments

study_id

A character string of a valid MTBLS study id

Value

the ISA-tab Investigation output

Examples

Run this code
# NOT RUN {
ISA <- get_isa_investigation('MTBLS375')
writeLines(isa_investigation_parse, con = paste0('outpath/ISA.txt'))
# }

Run the code above in your browser using DataLab