Skip to content

Commit 2bfc68d

Browse files
Updating the citation for the preseqR paper
1 parent f88bcdb commit 2bfc68d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

inst/CITATION

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ citEntry(entry = "article",
1818
)
1919

2020
citEntry(entry = "article",
21-
title = "Estimating the number of species to attain sufficient representation in a random sample",
21+
title = "Predicting the Number of Bases to Attain Sufficient Coverage in High-Throughput Sequencing Experiments",
2222
author = personList(as.person("Chao Deng"), as.person("Timothy Daley"), as.person("Peter Calabrese"), as.person("Jie Ren"), as.person("Andrew D. Smith")),
23-
journal = "arXiv",
24-
year = "2018",
25-
url = "https://arxiv.org/abs/1607.02804v3",
23+
journal = "Journal of Computational Biology",
24+
year = "2022",
25+
volume = 27,
26+
number = 7,
27+
pages = "1130--1143",
28+
url = "https://www.liebertpub.com/doi/abs/10.1089/cmb.2019.0264",
2629

2730
textVersion =
28-
paste("Deng C, Daley T, Calabrese P, Ren J and Smith AD (2018).",
29-
"Estimating the number of species to attain sufficient representation in a random sample.",
30-
"arXiv preprint.",
31-
"URL https://arxiv.org/abs/1607.02804v3.")
31+
paste("Deng, C., Daley, T., Calabrese, P., Ren, J., & Smith, A. D. (2020)."
32+
"Predicting the Number of Bases to Attain Sufficient Coverage in High-Throughput Sequencing Experiments."
33+
"Journal of Computational Biology, 27(7), 1130-1143.")
3234
)

0 commit comments

Comments
 (0)