citHeader("To cite RPA in publications use:")


citEntry(entry="article",
         title = "Analysis of Probe Reliability in Differential Gene Expression Studies with Short Oligonucleotide Arrays",
         author = personList(
	 	person(first ="Leo", last="Lahti", email = "leo.lahti@iki.fi"),
	 	person(first ="Laura", last="Elo", middle = "L."),
	 	person(first ="Tero", last="Aittokallio"),
	 	person(first ="Samuel", last="Kaski")
	 	  ),
	 journal = "TCBB/IEEE",
	 year = "2010",
         note         = "(To appear; See http://www.cis.hut.fi/projects/mi/software/RPA/)",
         url          = "http://www.computer.org/portal/web/csdl/doi/10.1109/TCBB.2009.38.",

         textVersion =
         paste("Leo Lahti et al. ",
               "Analysis of Probe Reliability in Differential Gene Expression Studies with Short Oligonucleotide Arrays ",
               "TCBB/IEEE, to appear. ",
               "See http://www.computer.org/portal/web/csdl/doi/10.1109/TCBB.2009.38",
               sep="")
         )

#citFooter("We have invested a lot of time and effort in creating R,",
#          "please cite it when using it for data analysis.",
#          "See also", sQuote("citation(\"pkgname\")"),
#          "for citing R packages.")
