View source: R/legacy-searchLipid.R
searchLipid | R Documentation |
This function check if a deprotonated/protonated or any alkali version lipid is detectable in the MS data represented by a sparse matrix.
searchLipid(
m,
fwhm,
massAxis,
spData,
coords,
mtspc = NA,
confirmedOnly = FALSE,
adduct = NA,
mode = NA,
modeAdduct = NA,
lipidID = NA,
sumformula = NA,
abbrev = NA,
numDoubleBonds = NA
)
sumformula |
for internal use only. |
abbrev |
for internal use only. |
numDoubleBonds |
for internal use only. |
m: |
the mass to be queried (Da). |
fwhm: |
the fwhm at 'm'. |
massAxis: |
the mass axis of the whole MS dataset to be searched against. |
spData: |
the sparse matrix containing the negative or poisitive ion mode info. |
coords: |
the coordinates of spectra contained within the spData. |
mtspc: |
a data frame of the metaspcae identifications. |
confirmedOnly: |
if |
lipidID: |
for internal use only. |
fullName |
for internal use only. |
A dataframe containing the hits for 'm' in 'msData'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.