LOBSet-class | R Documentation |
A class for HPLC-MS peak data that have been screened and annotated using
LOBSTAHS
function doLOBscreen
.
Objects can be created with the LOBSet
constructor. A 'LOBSet' can
also be created by calls of the form new("LOBSet", ...)
.
peakdata
:Object of class "data.frame"
, containing
peakdata by compound assignment
iso_C3r
:Object of class "list"
, a list of the
match_ID
s of possible regioisomers of each compound
iso_C3f
:Object of class "list"
, a list of the
match_ID
s of possible functional structural isomers of each compound
iso_C3c
:Object of class "list"
, a list of the
match_ID
s of possible isobars of this compound
LOBscreen_diagnostics
:Object of class "data.frame"
,
numbers of peaks, peakgroups, adducts, and unique parent compounds present in
the dataset after application of each screening criterion in
doLOBscreen
LOBisoID_diagnostics
:Object of class "data.frame"
,
numbers of peakgroups and parent compounds to which the various isomer
annotations have been assigned
LOBscreen_settings
:Object of class "list"
, captures
the settings used in doLOBscreen
to generate the "LOBSet"
polarity
:Object of class "factor"
, polarity of data in
the "LOBSet"
sampnames
:Object of class "character"
, the names of
the samples from which the "LOBSet"
was generated
signature(object = "LOBSet")
: ...
signature(object = "LOBSet")
: get LOBisoID_diagnostics
slot
signature(object = "LOBSet")
: get LOBscreen_diagnostics
slot
signature(object = "LOBSet")
: get LOBscreen_settings
slot
signature(object = "LOBSet")
: get sampnames
slot
signature(object = "LOBSet")
: get peakdata
slot
signature(object = "LOBSet")
: get polarity
slot
James Collins, james.r.collins@aya.yale.edu
Collins, J.R., B.R. Edwards, H.F. Fredricks, and B.A.S. Van Mooy. 2016. LOBSTAHS: An adduct-based lipidomics strategy for discovery and identification of oxidative stress biomarkers. Analytical Chemistry 88:7154-7162
doLOBscreen
,
getLOBpeaklist
,
LOBSet
,
xsAnnotate
## return object information showClass("LOBSet")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.