citHeader("To cite package 'eisa' in publications use:")
     
citEntry(entry="Article",
         title = "Modular analysis of gene expression data with R",
         author = personList(as.person("Gabor Csardi"),
           as.person("Zoltan Kutalik"),
           as.person("Sven Bergmann")),
         journal = "Bioinformatics",
         year = "2010",
         volume = "26",
         pages = "1376-7",
         textVersion = 
         paste(sep="", 
               "Csardi G, Kutalik Z, Bergmann S: ",
               "Modular analysis of gene expression data with R ",
               "Bioinformatics. 2010. 26 1376-7"))

citEntry(entry="Article",
	 title = "Iterative signature algorithm for the analysis of large-scale gene expression data",
         author = personList(as.person("Sven Bergmann"),
           as.person("Jan Ihmels"),
           as.person("Naama Barkai")),
         journal = "Phys Rev E Nonlin Soft Matter Phys",
         year  = "2003",
	 pages = "031902",

         textVersion =
         paste(sep="",
               "Bergmann S, Ihmels J, Barkai N: ",
               "Iterative signature algorithm for the ",
               "analysis of large-scale gene expression data ",
               "Phys Rev E Stat Nonlin Soft Matter Phys. 2003",
               "Mar;67(3 Pt 1):031902. Epub 2003 Mar 11."))
