Skip to content

Commit

Permalink
Updating authors and creators to account for personnel changes; updat…
Browse files Browse the repository at this point in the history
…ed dates in copyright; some versioning updates as well
  • Loading branch information
jamesrco committed Aug 30, 2021
1 parent 5d857f1 commit 7912f6e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
19 changes: 11 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: LOBSTAHS
Title: Lipid and Oxylipin Biomarker Screening through Adduct Hierarchy Sequences
Version: 1.19.0
Date: 2018-04-13
Version: 1.19.1
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("Tyrone", "Lee", email = "[email protected]",
person("Benjamin", "Van Mooy", email = "[email protected]",
role = c("aut")),
person("Henry", "Holm", 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),
Expand Down Expand Up @@ -46,5 +46,8 @@ VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Metabolomics, Lipidomics, DataImport
NeedsCompilation: no
Author: James Collins [aut, cre], Helen Fredricks [aut], Bethanie
Edwards [aut], Tyrone Lee [aut], Henry Holm [aut] Benjamin Van Mooy [aut]
Maintainer: James Collins <[email protected]>, Tyrone Lee <[email protected]>, Henry Holm <[email protected]>
Edwards [aut], Tyrone Lee [aut], Henry Holm [aut],
Benjamin Van Mooy [aut], Daniel Lowenstein [aut]
Maintainer: James Collins <[email protected]>,
Henry Holm <[email protected]>,
Daniel Lowenstein <[email protected]>
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ putative identification of mass spectral features in large, HPLC-MS lipid
datasets, including custom onboard containing data for lipids and oxidized
lipids.

All code copyright (c) 2015-2017, the following members of the Van Mooy
Laboratory group at Woods Hole Oceanographic Institution: James R. Collins,
Bethanie R. Edwards, Helen F. Fredricks, and Benjamin A.S. Van Mooy. All
accompanying written materials copyright (c) 2015-2017, James R. Collins.
All code and accompanying written materials copyright (c) 2015-2021, the
following current and former members of the Van Mooy Laboratory group at Woods
Hole Oceanographic Institution: James R. Collins, Bethanie R. Edwards, Helen
F. Fredricks, Henry C. Holm, Daniel Lowenstein, and Benjamin A.S. Van Mooy.

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The primary repository at [https://github.com/vanmooylipidomics/LOBSTAHS](https:

A [comprehensive vignette](https://github.com/vanmooylipidomics/LOBSTAHS/blob/master/vignettes/LOBSTAHS.Rmd) contains detailed, step-by-step user instructions and examples of package functions illustrated with a model dataset.

LOBSTAHS is copyright (c) 2015-2017, by the following current and former members of the Van Mooy Laboratory group at Woods Hole Oceanographic Institution: [James R. Collins](http://jamesrco.github.io), Bethanie R. Edwards, Helen F. Fredricks, and Benjamin A.S. Van Mooy. All accompanying written materials are copyright (c) 2015-2017, James R. Collins. LOBSTAHS is provided under the [GNU General Public License](https://github.com/vanmooylipidomics/LOBSTAHS/blob/master/LICENSE) and subject to terms of reuse as specified therein.
LOBSTAHS and all accompanying written materials are copyright (c) 2015-2021, by the following current and former members of the Van Mooy Laboratory group at Woods Hole Oceanographic Institution: [James R. Collins](http://jamesrco.github.io), Bethanie R. Edwards, Daniel Lowenstein, Henry Holm, Helen F. Fredricks, and Benjamin A.S. Van Mooy. LOBSTAHS is provided under the [GNU General Public License](https://github.com/vanmooylipidomics/LOBSTAHS/blob/master/LICENSE) and subject to terms of reuse as specified therein.

<h2>Citations</h2>

Expand Down Expand Up @@ -108,7 +108,7 @@ HPLC-MS data must be assembled into a CAMERA xsAnnotate object prior to analysis
* total acyl carbon chain length, and
* degree of acyl carbon chain unsaturation (i.e., number of double bonds)

Alternatively, users may load the LOBSTAHS default databases. These contain entries for a wide range of intact polar diacylglycerols (IP-DAG), triacylglycerols (TAG), polyunsaturated aldehydes (PUAs), free fatty acids (FFA), and common photosynthetic pigments. In addition, the latest LOBSTAHS release includes support for lyso lipids under an "IP_MAG" species class and certain glycosphingolipids, ceramides, betaine-like lipids (BLL), bile salts, wax esters, cholesterols, mass spectral contaminants, and quinones. Functionality for other lipid classes is added regularly. The default databases (as of November 8, 2017) include 25,741 and 21,063 unique compounds that can be identifed in positive and negative ionization mode data, respectively.
Alternatively, users may load the LOBSTAHS default databases. These contain entries for a wide range of intact polar diacylglycerols (IP-DAG), triacylglycerols (TAG), polyunsaturated aldehydes (PUAs), free fatty acids (FFA), and common photosynthetic pigments. In addition, the latest LOBSTAHS release includes support for lyso lipids under an "IP_MAG" species class and certain glycosphingolipids, ceramides, betaine-like lipids (BLL), bile salts, wax esters, cholesterols, mass spectral contaminants, and quinones. Functionality for other lipid classes is added regularly. The default databases (as of August 30, 2021) include 25,741 and 21,063 unique compounds that can be identifed in positive and negative ionization mode data, respectively.

<h2>Identification, screening, and annotation using orthogonal criteria</h2>

Expand All @@ -128,4 +128,4 @@ The package [**PtH2O2lipids**](https://github.com/vanmooylipidomics/PtH2O2lipids

Scripts used to generate the figures and many of the tables in the above referenced manuscript can be found at https://github.com/jamesrco/LipidomicsDataViz/tree/master/LOBSTAHS

LOBSTAHS is maintained by [Jamie Collins](https://jamesrco.github.io) and collaborators in the [Van Mooy Lab](https://github.com/vanmooylipidomics) at WHOI.
LOBSTAHS is maintained by [Jamie Collins](https://jamesrco.github.io), [Henry Holm](https://hholm.github.io), Daniel Lowenstein and other collaborators in the [Van Mooy Lab](https://github.com/vanmooylipidomics) at WHOI.
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ citEntry(entry="misc",
"B. A. S. Van Mooy. 2017.",
"LOBSTAHS: An adduct-based lipidomics strategy for",
"discovery and identification of oxidative stress",
"biomarkers. R package version 1.5.0;",
"biomarkers. R package version 1.19.1;",
"doi:10.18129/B9.bioc.LOBSTAHS"))

8 changes: 6 additions & 2 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
1.0.0 (2016-04-21) jrcollins <[email protected]>
* Initial release for Bioconductor
1.5.1 (2017-04-11) jrcollins <[email protected]>
* added trimmed_database
* added doLOBscreen check for physically unlikely oxidated molecules
* Added trimmed_database
* Added doLOBscreen check for physically unlikely oxidated molecules
1.19.1 (2021-08-30) jrcollins <[email protected]>
* Updated authors and maintainers
* Formalized support for new lipid classes including bile salts, wax esters,
quinones, etc.

0 comments on commit 7912f6e

Please sign in to comment.