Skip to content

Commit

Permalink
Added CITATION file to package
Browse files Browse the repository at this point in the history
  • Loading branch information
rtraborn committed Oct 17, 2017
1 parent 4bba0c5 commit f12848d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
citHeader("To cite TSRchitect in publications use:")

citEntry(entry = "manual",
title = "{TSRchitect}: Promoter identification from large-scale TSS profiling data.",
author = personList(as.person("R. Taylor Raborn"),
as.person("Krishnakumar Sridharan"),
as.person("Volker P. Brendel")),
year = "2017",
version = "1.2.0"
url = "https://doi.org/doi:10.18129/B9.bioc.TSRchitect",
doi = "10.18129/B9.bioc.TSRchitect"

textVersion =
paste("R. Taylor Raborn, Krishnakumar Sridharan and Volker P. Brendel (2017).",
"TSRchitect: Promoter identification from large-scale TSS profiling data.",
"URL https://doi.org/doi:10.18129/B9.bioc.TSRchitect.")
)

0 comments on commit f12848d

Please sign in to comment.