Skip to content

Commit

Permalink
citation added
Browse files Browse the repository at this point in the history
  • Loading branch information
nephantes committed Jan 6, 2019
1 parent 01f7309 commit 7b4bd94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/funcs.R
Expand Up @@ -609,7 +609,7 @@ ipak <- function(pkg){
citation <- paste0("If you use DEBrowser in published research, please cite:\n",
"Alper Kucukural, Onur Yuksel, Deniz M. Ozata, Melissa J. Moore, Manuel Garber,",
" DEBrowser: Interactive Differential Expression Analysis and Visualization Tool for Count Data,",
" Bioarxiv 2018, doi: 10.1101/399931", "\n")
" BMC Genomics 2019, 20:6 doi: 10.1186/s12864-018-5362-x", "\n")

packageStartupMessage(paste0(msg, citation))
.initial()
Expand Down
11 changes: 7 additions & 4 deletions inst/CITATION
Expand Up @@ -5,10 +5,13 @@ citEntry(entry="article",
as.person("Deniz M. Ozata"),
as.person("Melissa J. Moore"),
as.person("Manuel Garber")),
year = 2018,
journal = "Biorxiv",
doi = "10.1101/399931",
year = 2019,
volume = 20,
pages = "6",
journal = "BMC Genomics",
doi = "10.1186/s12864-018-5362-x",
url = "https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-018-5362-x",
textVersion =
paste("Alper Kucukural, Onur Yukselen, Deniz M. Ozata, Melissa J. Moore, Manuel Garber",
"DEBrowser: Interactive Differential Expression Analysis and Visualization Tool for Count Data",
"Biorxiv (2018)" ) )
"BMC Genomics 2019 20:6" ) )

0 comments on commit 7b4bd94

Please sign in to comment.