Skip to content

Commit d220c01

Browse files
committed
Update other files with new reference information, bump version up to 0.99.3
1 parent 5ee2d6a commit d220c01

3 files changed

Lines changed: 18 additions & 13 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PtH2O2lipids
22
Title: P. tricornutum HPLC-ESI-MS Lipid Data from van Creveld et al. (2015)
3-
Version: 0.99.2
4-
Date: 2016-06-15
3+
Version: 0.99.3
4+
Date: 2016-07-06
55
Authors@R: c(
66
person("Shiri", "Graff van Creveld", email = "shirigraff@gmail.com",
77
role = c("aut")),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PtH2O2lipids
2-
Repository for the R data package **PtH2O2lipids**. PtH2O2lipids contains processed, positive ionization mode HPLC-ESI-MS lipid data from an experiment in which cultures of the marine diatom *Phaeodactylum tricornutum* were treated with various concentrations of hydrogen peroxide (H2O2) to induce oxidative stress. The experiment is described in [Graff van Creveld, et al., 2015, "Early perturbation in mitochondria redox homeostasis in response to environmental stress predicts cell fate in diatoms," ISME Journal 9:385-395](http://www.nature.com/ismej/journal/v9/n2/full/ismej2014136a.html). Currently, the files must be compiled into a package on the user's machine using **devtools**. Installation directions are below.
2+
Repository for the R data package **PtH2O2lipids**. PtH2O2lipids contains processed, positive ionization mode HPLC-ESI-MS lipid data from an experiment in which cultures of the marine diatom *Phaeodactylum tricornutum* were treated with various concentrations of hydrogen peroxide (H2O2) to induce oxidative stress. The experiment is described in [Graff van Creveld, et al., 2015, "Early perturbation in mitochondria redox homeostasis in response to environmental stress predicts cell fate in diatoms," ISME Journal 9:385-395](http://www.nature.com/ismej/journal/v9/n2/full/ismej2014136a.html). If citing this package, please also [cite this manuscript](http://dx.doi.org/10.1021/acs.analchem.6b01260). Currently, the files must be compiled into a package on the user's machine using **devtools**. Installation directions are below.
33

44
<h4>Package description</h4>
55

inst/CITATION

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ citEntry(entry="article",
44
author=c(
55
person(c("J.","R."), "Collins"), person(c("B.","R."), "Edwards"),
66
person(c("H.","F."),"Fredricks"), person(c("B.","A.","S."), "Van Mooy")),
7-
title="Semi-untargeted discovery and identification of oxidative stress
8-
biomarkers using a lipidomics pipeline for complex datasets",
9-
journal="?",
10-
year="?",
7+
title="LOBSTAHS: An adduct-based lipidomics strategy for discovery and
8+
identification of oxidative stress biomarkers",
9+
journal="Analytical Chemistry",
10+
year="2016",
1111
volume="?",
1212
pages="??--??",
13-
url="http://??",
14-
textVersion = paste("Collins, J. R., B. R. Edwards, H. F. Fredricks, and B. A. S. Van Mooy. 2016.",
15-
"Semi-untargeted discovery and identification of oxidative stress biomarkers using a lipidomics pipeline for complex datasets."))
13+
url="http://dx.doi.org/10.1021/acs.analchem.6b01260",
14+
textVersion = paste("Collins, J. R., B. R. Edwards, H. F. Fredricks, and",
15+
"B. A. S. Van Mooy. 2016.",
16+
"LOBSTAHS: An adduct-based lipidomics strategy for",
17+
"discovery and identification of oxidative stress",
18+
"biomarkers. Analytical Chemistry"))
1619

1720
citEntry(entry="article",
1821
author=c(
@@ -26,6 +29,8 @@ citEntry(entry="article",
2629
volume="9",
2730
pages="385--395",
2831
url="http://www.nature.com/ismej/journal/v9/n2/full/ismej2014136a.html",
29-
textVersion = paste("Graff van Creveld, S., S. Rosenwasser, D. Schatz, I. Koren, and A. Vardi. 2015.",
30-
"Early perturbation in mitochondria redox homeostasis in response to environmental stress predicts cell fate in diatoms.",
31-
"ISME Journal 9:385-395"))
32+
textVersion = paste("Graff van Creveld, S., S. Rosenwasser, D. Schatz,",
33+
"I. Koren, and A. Vardi. 2015.",
34+
"Early perturbation in mitochondria redox homeostasis",
35+
"in response to environmental stress predicts cell fate",
36+
"in diatoms. ISME Journal 9:385-395"))

0 commit comments

Comments
 (0)