-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
53 lines (53 loc) · 2.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: LOBSTAHS
Title: Lipid and Oxylipin Biomarker Screening through Adduct Hierarchy Sequences
Version: 1.23.0
Date: 2021-08-30
Authors@R: c(
person("James", "Collins", email = "[email protected]",
role = c("aut", "cre")),
person("Helen", "Fredricks", email = "[email protected]",
role = c("aut")),
person("Bethanie", "Edwards", email = "[email protected]", role = c("aut")),
person("Benjamin", "Van Mooy", email = "[email protected]",
role = c("aut")),
person("Daniel", "Lowenstein", email = "[email protected]",
role = c("aut")),
person("Henry", "Holm", email = "[email protected]", role = c("aut"))
)
Depends:
R (>= 3.4),
xcms,
CAMERA,
methods
Imports:
utils
Suggests:
PtH2O2lipids,
knitr,
rmarkdown
Description: LOBSTAHS is a multifunction package for screening, annotation, and
putative identification of mass spectral features in large, HPLC-MS lipid
datasets. In silico data for a wide range of lipids, oxidized lipids, and
oxylipins can be generated from user-supplied structural criteria with a
database generation function. LOBSTAHS then applies these databases to
assign putative compound identities to features in any high-mass accuracy
dataset that has been processed using xcms and CAMERA. Users can then apply
a series of orthogonal screening criteria based on adduct ion formation
patterns, chromatographic retention time, and other properties, to evaluate
and assign confidence scores to this list of preliminary assignments. During
the screening routine, LOBSTAHS rejects assignments that do not meet the
specified criteria, identifies potential isomers and isobars, and assigns a
variety of annotation codes to assist the user in evaluating the accuracy of
each assignment.
License: GPL (>= 3) + file LICENSE
URL: http://bioconductor.org/packages/LOBSTAHS
BugReports: https://github.com/vanmooylipidomics/LOBSTAHS/issues/new
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Metabolomics, Lipidomics, DataImport
NeedsCompilation: no
Author: James Collins [aut, cre], Helen Fredricks [aut], Bethanie
Edwards [aut], Henry Holm [aut], Benjamin Van Mooy [aut],
Daniel Lowenstein [aut]
Maintainer: Henry Holm <[email protected]>,
Daniel Lowenstein <[email protected]>,
James Collins <[email protected]>