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(given ="Leo", family="Lahti", email = "leo.lahti@iki.fi"),
		person(given ="Aurora", family="Torrente"),
		person(given ="Laura L.", family="Elo"),
	 	person(given ="Alvis", family="Brazma"),
	 	person(given ="Johan", family="Rung")
	 	  ),
	 journal = "Nucleic Acids Research",
	 year = "2013",
         note         = "In press.",

         textVersion =
         paste("Leo Lahti et al. ",
               "A fully scalable online-preprocessing algorithm for short oligonucleotide microarray atlases. ",
               "Nucleic Acids Research 2013. In press.",
               sep="")
         )

citEntry(entry="article",
         title = "Analysis of Probe Reliability in Differential Gene Expression Studies with Short Oligonucleotide Arrays",
         author = personList(
	 	person(given ="Leo", family="Lahti", email = "leo.lahti@iki.fi"),
	 	person(given ="Laura L.", family="Elo"),
	 	person(given ="Tero", family="Aittokallio"),
	 	person(given ="Samuel", family="Kaski")
	 	  ),
	 journal = "TCBB/IEEE",
	 year = "2011",
	 volume = "8",
	 issue = "1",
	 pages = "217--225",
         note         = "R/BioC: http://bioconductor.org/packages/release/bioc/html/RPA.html",
         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 8(1):217-225, 2011. ",
               "See http://www.computer.org/portal/web/csdl/doi/10.1109/TCBB.2009.38",
               sep="")
         )
	 
	 

