Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/generateLOBdbase.R
Applies an in silico simulation to generate data by ionization mode
(polarity) for a wide range of lipids, oxidized lipids, and oxylipins.
User-supplied structural criteria and empirically-determined adduct ion
abundance rankings for the major lipid classes are used to create entries for a
range of lipid moieties. The database(s) can then be used in
doLOBscreen
to assign compound identities to grouped peakdata.
1 2 3 |
polarity |
Ionization mode for which database is to be generated. |
gen.csv |
Should results also be written to a .csv file? |
component.defs |
File path to a .csv file containing elemental composition definitions for the
various chemical components needed by A Microsoft Excel spreadsheet template included with the package at
Resources/library/LOBSTAHS/doc/xlsx/LOBSTAHS_componentCompTable.xlsx can be
used to generate a .custom csv file with elemental composition definitions in a
format appropriate for For each lipid class or compound specified in the component definitions table,
the field For compounds of Alternatively, for compounds of Note that regardless of the |
AIH.defs |
File path to a .csv file containing empirical adduct ion hierarchy (AIH) data
for various pigments, lipids, and lipid classes. If nothing is specified,
A Microsoft Excel spreadsheet template included with the package at
Resources/library/LOBSTAHS/doc/xlsx/LOBSTAHS_adductHierarchies.xlsx can be
used to generate a .csv file with additional (or alternative) adduct hierarchy
data in a format appropriate for |
acyl.ranges |
File path to a .csv file containing ranges of values for the total number of
acyl (i.e., fatty acid) carbon atoms to be considered during the
in silico simulation of any lipid classses for which
A Microsoft Excel spreadsheet template included with the package at
Resources/library/LOBSTAHS/doc/xlsx/LOBSTAHS_acylRanges.xlsx can be used
to generate a .csv file with custom acyl carbon range data in a format
appropriate for |
oxy.ranges |
File path to a .csv file containing ranges of values for the number of
additional oxygen atoms to be considered during the in silico simulation
of any lipid classses for which A Microsoft Excel spreadsheet template included with the package at
Resources/library/LOBSTAHS/doc/xlsx/LOBSTAHS_oxyRanges.xlsx can be used to
generate a .csv file with custom oxidation state ranges in a format appropriate
for |
Using the default structural property inputs described here,
generateLOBdbase
can produce databases with entries for a wide range of
intact polar diacylglycerols (IP-DAG), triacylglycerols (TAG), polyunsaturated
aldehydes (PUAs), free fatty acids (FFA), and common photosynthetic pigments.
The default databases (as of January 2017) contain data on 18,067 and 15,404
unique compounds that can be identifed in positive and negative ion mode
spectra, respectively.
Note that the default databases have been pre-generated (see
default.LOBdbase
) and it is therefore unnecessary to call
generateLOBdbase
with the default parameters.
A "LOBdbase-class"
object with the structure:
frag_ID
:Object of class "integer"
, a unique identifier
for this molecular species
mz
:Object of class "numeric"
, the calculated
m/z of this species
exact_parent_neutral_mass
:Object of class "numeric"
,
the calculated (monoisotopic) exact mass of the parent compound of this
species
lipid_class
:Object of class "factor"
, the parent lipid
class of this species
species
:Object of class "character"
, the lipid
subclass
adduct
:Object of class "factor"
, the adduct ion
represented by this entry
adduct_rank
:Object of class "integer"
, the relative
abundance ranking of this adduct relative to the other adducts of the same
parent compound
FA_total_no_C
:Object of class "integer"
, total number
of acyl (fatty acid) carbon atoms in the parent compound; NA
if
lipid_class
is not TAG, IP-DAG, PUA, or FFA
FA_total_no_DB
:Object of class "integer"
, total number
of acyl (fatty acid) carbon-carbon double bonds in the parent compound;
NA
if lipid_class
is not TAG, IP-DAG, PUA, or FFA
degree_oxidation
:Object of class "integer"
, number of
additional oxygen atoms present
parent_elem_formula
:Object of class "character"
,
elemental formula of the parent compound
parent_compound_name
:Object of class "character"
, name
of the parent compound; see the reference for this entry for the naming
convention applied to compounds other than pigments
polarity
:Object of class "factor"
, ionization mode of
data in the database
num_entries
:Object of class "integer"
, number of total
entries (adducts) in the database
num_compounds
:Object of class "integer"
, number of
parent compounds represented in the database (should be <
num_entries
)
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.
LOBdbase
,
LOBdbase
,
loadLOBdbase
,
doLOBscreen
,
default.LOBdbase
,
default.componentCompTable
,
default.adductHierarchies
,
default.acylRanges
,
default.oxyRanges
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.