Browse code

Add CITATION.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/seqbias@69827 bc3139a8-67e5-0310-9ffc-ced21a209358

Daniel Jones authored on 26/09/2012 01:59:20
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+citHeader("To cite package 'seqbias' in publications use:")
2
+citEntry(entry = "article",
3
+         title = "A new approach to bias correction in RNA-Seq",
4
+         author = personList(as.person("Daniel C. Jones"),
5
+                             as.person("Walter L. Ruzzo"),
6
+                             as.person("Xinxia Peng"),
7
+                             as.person("Micheal G. Katze")),
8
+         year = 2012,
9
+         journal = "Bioinformatics",
10
+         volume = "28",
11
+         issue = "7",
12
+         pages = "921-928",
13
+         doi = "10.1093/bioinformatics/bts055",
14
+         textVersion = paste("A new approach to bias correction in RNA-Seq ",
15
+                             "Daniel C. Jones; Walter L. Ruzzo; Xinxia Peng; ",
16
+                             "Michael G. Katze.  Bioinformatics 2012; ",
17
+                             "doi: 10.1093/bioinformatics/bts055", sep = ""))
18
+