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


citEntry(entry="article",
         title = "A fully scalable online-preprocessing algorithm for short oligonucleotide microarray atlases",
         author = personList(
	 	person(first ="Leo", last="Lahti", email = "leo.lahti@iki.fi"),
	 	person(first ="Aurora", last="Torrente"),
		person(first ="Laura", last="Elo", middle = "L."),
		person(first ="Alvis", last="Brazma"),
		person(first ="Johan", last="Rung")
	 	  ),
	 journal = "Nucleic Acids Research",
	 year = "2013",
	 volume = "41",
	 issue = "10",
	 pages = "e110",
         note         = "R/BioC: http://bioconductor.org/packages/release/bioc/html/RPA.html",
         url          = "http://nar.oxfordjournals.org/content/41/10/e110",

         textVersion =
	  paste(
             paste("Leo Lahti et al. ",
               "A fully scalable online-preprocessing algorithm for short oligonucleotide microarray atlases.",
               "Nucleic Acids Research 41(10):e110, 2013. ",
	       "URL: http://nar.oxfordjournals.org/content/41/10/e110",
               sep=""),
	       	      
             paste("Leo Lahti et al. ",
               "Analysis of Probe Reliability in Differential Gene Expression Studies with Short Oligonucleotide Arrays.",
               "TCBB/IEEE 8(1):217-225, 2011. ",
               "URL: 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.")
