doLOBscreen | R Documentation |
Primary function of the LOBSTAHS
package. Screen, annotate, and assign
compound identities to peak groups in a CAMERA
xsAnnotate
object containing HPLC-ESI-MS lipid data.
Identify and annotate possible isomers and isobars.
doLOBscreen(xsA, polarity = NULL, database = NULL, remove.iso = TRUE, rt.restrict = TRUE, rt.windows = NULL, exclude.oddFA = TRUE, exclude.oxyrule =TRUE, match.ppm = NULL, retain.unidentified = TRUE)
xsA |
A CAMERA |
polarity |
Specify polarity mode of data in |
database |
Specify the The database generation function |
remove.iso |
Should secondary isotope peaks be removed? (If |
rt.restrict |
Should lipid class retention time screening criteria be applied to putative compound assignments? |
rt.windows |
File path to a .csv file containing retention time "window" data to be used for
screening by lipid class, if Because the user is advised to provide retention time data specific to his/her
HPLC-MS method, failure to specify a value for |
exclude.oddFA |
Should compound assignments with an odd total number of acyl carbon atoms be excluded? (Applies only to assignments where the parent lipid class is TAG, IP-DAG, PUA, FFA or IP-MAG.) Useful if data are (or are believed to be) of exclusively eukaryotic origin. |
match.ppm |
m/z tolerance (in ppm) used for matching observed data against the calculated m/z's in the database |
exclude.oxyrule |
Should compound assignments include physically unlikey fatty acid molecules in which the total number of double bonds is less than the oxidation state of the molecule? Useful if such rare molecules are likely to be found in sample. Exclusion applies only to assignments where the parent lipid class is TAG, IP-DAG, PUA, FFA or IP-MAG. |
retain.unidentified |
Should data for unidentified or discarded features be retained and appended to user's results? Useful if untargeted follow-on data analysis is anticipated, or when user wants to retain data for all features present in the original dataset, not just those for which a LOBSTAHS identity was found. |
doLOBscreen
draws compound identities from a LOBdbase
database. The function applies various retention time and adduct ion hierarchy
screening criteria to winnow the list of putative compound assignments. It
returns a table of annotated peak data with compound assignments and various
annotation codes to assist the user in interpretation and follow-on data
analysis.
A "LOBSet-class"
object.
James Collins, james.r.collins@aya.yale.edu
The LOBSTAHS package is presented in:
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, doi:10.1021/acs.analchem.6b01260.
Data for lipid classes BLL, PDPT, vGSL, sGSL, hGSL, hapGSL, and hapCER are as described in:
Hunter J. E., M. J. Frada, H. F. Fredricks, A. Vardi, and B. A. S. Van Mooy. 2015. Targeted and untargeted lipidomics of Emiliania huxleyi viral infection and life cycle phases highlights molecular biomarkers of infection, susceptibility, and ploidy. Frontiers in Marine Science 2:81, doi:10.3389/fmars.2015.00081
Fulton, J. M., H. F. Fredricks, K. D. Bidle, A. Vardi, B. J. Kendrick, G. R. DiTullio, and B. A. S. Van Mooy. 2014. Novel molecular determinants of viral susceptibility and resistance in the lipidome of Emiliania huxleyi, Environmental Microbiology 16(4):1137-1149, doi:10.1111/1462-2920.12358.
LOBSet
,
LOBdbase
,
loadLOBdbase
,
getLOBpeaklist
,
generateLOBdbase
,
default.LOBdbase
,
default.rt.windows
,
xcmsSet
,
xsAnnotate
,
findIsotopes
## screen & annotate xsAnnotate object from the PtH2O2lipids dataset using all ## screening options, while retaining unidentified/discarded features library(PtH2O2lipids) myPtH202LOBSet = doLOBscreen(ptH2O2lipids$xsAnnotate, polarity = "positive", database = NULL, remove.iso = TRUE, rt.restrict = TRUE, rt.windows = NULL, exclude.oddFA = TRUE, match.ppm = 2.5, exclude.oxyrule = TRUE, retain.unidentified = TRUE) ## show some diagnostics LOBscreen_diagnostics(myPtH202LOBSet) # screening diagnostics LOBisoID_diagnostics(myPtH202LOBSet) # isomer identification data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.