citHeader("To cite package 'Genominator' in publications use:")
desc <- packageDescription("Genominator")
year <- 2010
vers <- paste("R package version", desc$Version)
title <- "Evaluation of Statistical Methods for Normalization and Differential Expression in mRNA-Seq Experiments"
journal <- "BMC Bioinformatics"
volume <- 11
number <- 94
citEntry(entry="article",
         title = title,
         author = personList(as.person("James Bullard"),
         as.person("Elizabeth Purdom"),
         as.person("Kasper D. Hansen"),
         as.person("Sandrine Dudoit")),
         year = year,
	 journal = journal,
         volume = volume,
         note = vers,
	 textVersion = 
           paste("James Bullard, Elizabeth Purdom, Kasper D. Hansen, Sandrine Dudoit",
                 " (", year, "). ", title, ". ", journal, " ", volume,
		 " ", number, ". ", vers, ".", sep = ""))
