LOBSet | R Documentation |
Constructor function for manual creation or reconstruction of a
LOBSet
object for HPLC-MS peak data that have been screened using
LOBSTAHS
.
LOBSet(peakdata = NULL, iso_C3r = NULL, iso_C3f = NULL, iso_C3c = NULL, LOBscreen_diagnostics = NULL, LOBisoID_diagnostics = NULL, LOBscreen_settings = NULL, polarity = c("positive","negative"), sampnames = NULL)
peakdata |
An object of class |
iso_C3r |
An object of class |
iso_C3f |
An object of class |
iso_C3c |
An object of class |
LOBscreen_diagnostics |
An object of class |
LOBisoID_diagnostics |
An object of class |
LOBscreen_settings |
An object of class |
polarity |
An object of class |
sampnames |
An object of class |
Typically, a LOBSet
will be created from a CAMERA
xsAnnotate-class
object using the LOBSTAHS
function
doLOBscreen
. The LOBSet
constructor function is therefore
provided only for manual object creation; it will not be needed by most users.
A "LOBSet-class"
object.
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
LOBSet
,
doLOBscreen
,
xsAnnotate
## create an empty LOBSet for positive ion mode data myLOBSet = LOBSet(peakdata = NULL, iso_C3r = NULL, iso_C3f = NULL, iso_C3c = NULL, LOBscreen_diagnostics = NULL, LOBisoID_diagnostics = NULL, LOBscreen_settings = NULL, polarity = "positive", sampnames = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.