     citHeader("To cite package 'gene2pathway' in publications use:")
     
     desc <- packageDescription("gene2pathway")
     year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
     vers <- paste("R package version", desc$Version)
     
     citEntry(entry="Manual",
              title = "gene2pathway: Prediction of KEGG pathway membership for individual genes based on InterPro domain signatures",
              author = personList(as.person("Holger Froehlich"),
                                  as.person("Tim Beissbarth"),                                  
              year = year,
              note = vers,
     
              textVersion =
              paste("Holger Froehlich, Tim Beissbarth(",
                    year,
                    "). gene2pathway: Prediction of KEGG pathway membership for individual genes based on InterPro domain signatures",
                    vers, ".", sep="")))
