Skip to content

Commit e6df598

Browse files
committed
Update citation info
1 parent 0de3145 commit e6df598

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ Below is the citation output from using `citation('recount.bwtool')` in R. Pleas
5656

5757
To cite the __recount.bwtool__ package in publications use:
5858

59-
Ellis SE, Collado-Torres L, Jaffe AE and Leek JT (2017). “Improving the value of public RNA-seq expression data by phenotype prediction.” _bioRxiv_. doi:
60-
10.1101/145656 (URL: http://doi.org/10.1101/145656), <URL: http://www.biorxiv.org/content/early/2017/06/03/145656>.
59+
Ellis SE, Collado-Torres L, Jaffe AE, Leek JT (2018). “Improving the value of public RNA-seq expression data by phenotype prediction.”
60+
_Nucl. Acids Res._. doi: 10.1093/nar/gky102 (URL: http://doi.org/10.1093/nar/gky102), <URL: https://doi.org/10.1093/nar/gky102>.
6161

6262
A BibTeX entry for LaTeX users is
6363

6464
```
6565
@Article{,
6666
title = {Improving the value of public RNA-seq expression data by phenotype prediction},
6767
author = {Shannon E. Ellis and Leonardo Collado-Torres and Andrew E. Jaffe and Jeffrey T. Leek},
68-
year = {2017},
69-
journal = {bioRxiv},
70-
doi = {10.1101/145656},
71-
url = {http://www.biorxiv.org/content/early/2017/06/03/145656},
68+
year = {2018},
69+
journal = {Nucl. Acids Res.},
70+
doi = {10.1093/nar/gky102},
71+
url = {https://doi.org/10.1093/nar/gky102},
7272
}
7373
```
7474

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ c(
3939
bibentry(bibtype="manual",
4040
title = "Compute coverage matrices from recount quickly using bwtool",
4141
author = personList(
42-
as.person("Leonardo Collado-Torres"),
42+
as.person("Leonardo Collado-Torres")
4343
),
4444
year = 2017,
4545
url = "https://github.com/LieberInstitute/recount.bwtool",

0 commit comments

Comments
 (0)