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

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

citEntry(entry="Article",
         title = "SurvJamda: an R package to predict patients' survival and risk assessment using joint analysis of microarray gene expression data",
         author = "Haleh Yasrebi",
         year = year,
         note = vers,
	journal = "Bioinformatics",
    	year = "2011",
    	volume = "27",
   	 issue = "8",
   	 pages = "1168-1169",
   	 url = "http:bioinformatics.oxfordjournals.org/content/27/8/1168.long",

         textVersion =
         paste("Yasrebi H.",
               year,
               "). SurvJamda: an R package to predict patients' survival and risk
assessment using joint analysis of microarray gene expression data ",
               vers, " Bioinformatics. 27(8):1168-9. doi: 10.1093/bioinformatics/btr103.", sep=""))

