Learn R Programming

specmine (version 2.0.3)

get_metabolights_study: Download Metabolights study files.

Description

Download data files and metadata files from the specified study form metabolights databaes.

Usage

get_metabolights_study(mtblsID, directory)

Arguments

mtblsID

ID of the metabolights study to download.

directory

Directory to where download the data. The data will be stored in "/directory/mtblsID"

Warning

You must not call this function unless you have Python (>=3.5.2) installed in your machine and the modules isatools, os, ftplib, glob, logging, pandas, tempfile, shutil, re.

Examples

Run this code
# NOT RUN {
##get_metabolights_study("MTBLS131", "~/Documents")
# }

Run the code above in your browser using DataLab