Description Usage Arguments Value Author(s) References See Also Examples
Extracts data from a LOBSTAHS LOBdbase-class
object for a given
molecular species.
1 | extractLOBdbasedata(frag_ID, database)
|
frag_ID |
The LOBdbase fragment ID(s) corresponding to the species for which data should be extracted. |
database |
The |
A data frame containing the extracted data, with field names corresponding to
the slots in database
.
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
LOBdbase
,
LOBdbase
loadLOBdbase
,
generateLOBdbase
,
default.LOBdbase
1 2 3 4 5 6 7 8 | ## extract data from the default database for the [M+H]+ adduct of
## dinitrophenyl-phosphatidylethanolamine (DNPPE), a synthetic lipid used as an
## internal standard
data(default.LOBdbase)
DNPPE.data = extractLOBdbasedata(frag_ID = 19801,
database = default.LOBdbase$positive)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.