processMS1 | R Documentation |
Main function to process the input MS1 mzML files. It accesses the files with mzR and processes them with RHermes internal functions. For each file a PL object is generated inside the object_data_PL slot.
processMS1(struct, files, labelled = FALSE) ## S4 method for signature 'RHermesExp,character' processMS1(struct, files, labelled = FALSE)
struct |
RHermesExp S4 object to update with the processed data. Important: The objects needs to have the experimental parameters already set before calling this function. |
files |
Character vector of all the paths to the files to be processed. |
labelled |
Logical, whether to check for all 13C isotopic signals. Defaults to FALSE |
An RHermesExp object with the processed PLs.
processMS1(struct, MS1file, FALSE) #For regular use processMS1(struct, MS1file, TRUE) #For labelled data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.