Description Usage Arguments Author(s) Examples
View source: R/Spectra_import.R
Update the Raw spectra included for Processing. All wrong format and uncentroided files will be filtered. NOTE: this function is only effective before data import stage AND can NOT be used for resuming pipeline.
1 | UpdateRawfiles(mSet = NULL, filesIncluded = NULL)
|
mSet |
mSet objects generated with \"mSet <- InitDataObjects(\"spec\", \"raw\", FALSE)\", or omitted. |
filesIncluded |
filesIncluded is a vector containing the files' paths for the following processing; |
Zhiqiang Pang zhiqiang.pang@mail.mcgill.ca and Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## load googledrive package to download example data
# library("googledrive");
# data_folder_Sample <- "Raw_data_example"
# temp <- tempfile(fileext = ".zip");
## Please authorize the package to download the data from web
# dl <- drive_download(as_id("1CjEPed1WZrwd5T3Ovuic1KVF-Uz13NjO"), path = temp, overwrite = TRUE);
# out <- unzip(temp, exdir = data_folder_Sample);
# out;
# library(OptiLCMS);
# mSet<-InitDataObjects("spec", "raw", FALSE);
## include only two samples CD_SM-77FXR.mzML and CD_SM-6KUCT.mzML for data import.
# mSet<-UpdateRawfiles(mSet, c("Raw_data_example/CD/CD_SM-77FXR.mzML",
# "Raw_data_example/CD/CD_SM-6KUCT.mzML"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.