View source: R/general_data_utils.R
Read.TextData | R Documentation |
This function handles reading in CSV or TXT files and filling in the dataSet object created using "InitDataObjects".
Read.TextData(
mSetObj = NA,
filePath,
format = "rowu",
lbl.type = "disc",
nmdr = FALSE
)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects). |
filePath |
Input the path name for the CSV/TXT files to read. |
format |
Specify if samples are paired and in rows (rowp), unpaired and in rows (rowu), in columns and paired (colp), or in columns and unpaired (colu). |
lbl.type |
Specify the data label type, either categorical (disc) or continuous (cont). |
nmdr |
Boolean. Default set to FALSE (data is uploaded by the user and not fetched through an API call to the Metabolomics Workbench). |
Jeff Xia jeff.xia@mcgill.ca, Jasmine Chong McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.