RHermesPL-class | R Documentation |
The RHermesPL class contains all the annotation details from a single MS1 mzML file, as well as some raw information that is useful for other steps of the workflow. RHermesPL objects are generated by processMS1 and should not be declared manually.
## S4 method for signature 'RHermesPL' show(object)
object |
An RHermesPL object |
An RHermesPL object
peaklist
Data.table containing all annotated data points. It stores, rt values, mz, intensities, ionic formulas and isotope annotations.
header
Dataframe with headers from the mzML file. Extracted with mzR::header() and filtered empty scans (if any).
raw
Dataframe of raw data points from the mzML file. Extracted with mzR::peaks() and filtered by the noise parameter from ExpParam.
labelled
Logical. Whether all possible 13C isotopologues were searched for in the data. Usually FALSE, only TRUE if you're dealing with 13C labelled data. Should not be set by the user here. Instead, tell processMS1 using labelled = TRUE.
filename
Filename of the original mzML file.
Roger Gine
processMS1 ExpParam
Other Containers:
RHermesIL-class
,
RHermesMS2Exp-class
,
RHermesSOI-class
PL(struct, 1) #Access the object using the getter function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.