citHeader("To cite package 'Rchemcpp' in publications use:")

if (!exists("meta") || is.null(meta))
    meta <- packageDescription("Rchemcpp")
url  <- meta$URL

citEntry(entry="Article",
         title="Rchemcpp: a web service for structural analoging in ChEMBL, Drugbank and the Connectivity Map",
         author=personList(as.person("Guenter Klambauer"),
                           as.person("Martin Wischenbart"),
                           as.person("Michael Mahr"),
                           as.person("Thomas Unterthiner"),
                           as.person("Andreas Mayr"),
                           as.person("Sepp Hochreiter") 
                           ),
         year=2015,
         doi="10.1093/bioinformatics/btv373",
         url="http://bioinformatics.oxfordjournals.org/content/early/2015/06/17/bioinformatics.btv373.abstract",
         eprint="http://bioinformatics.oxfordjournals.org/content/early/2015/06/17/bioinformatics.btv373.full.pdf+html",
         journal="Bioinformatics",
         organization=paste("Institute of Bioinformatics",
                            "Johannes Kepler University", sep=", "),
         address="Linz, Austria",
         url=url,
         textVersion = paste("Guenter Klambauer, Martin Wischenbart, Michael Mahr, Thomas Unterthiner, Andreas Mayr, and Sepp Hochreiter ",
              		"(2015) Bioinformatics. DOI: 10.1093/bioinformatics/btv373.",sep="")
         )
                   
citFooter("To obtain the references in BibTex format, enter",
          "'toBibtex(citation(\"Rchemcpp\"))'")
