citHeader("To cite package 'networkBMA' in publications use:")
     
     year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
     vers <- paste("R package version", meta$Version)
     
     citEntry(entry="misc",
 title = "{\tt networkBMA}: Regression-based network inference using 
                          Bayesian Model Averaging",
              author = personList(as.person("Chris Fraley"),
				  as.person("Wm. Chad Young"),
                                  as.person("Ka Yee Yeung"),
                                  as.person("Adrian E. Raftery")),
              year = "2014",
              paste("Fraley et al. (2014)",
"{\tt networkBMA}: Regression-based network inference using 
  Bayesian Model Averaging.",
"software package (written in R) available through Bioconductor; 
revised in 2014",
"(2012)", sep=""))

     citEntry(entry="misc",
   title = "Uncovering gene regulatory relationships using {\tt networkBMA}",
              author = personList(as.person("Ka Yee Yeung"),
                                  as.person("Chris Fraley"),
                                  as.person("Adrian E. Raftery"),
				  as.person("Wm. Chad Young")),
              year = "2012",
              paste("Yeung et al. (2012)",
"Uncovering gene regulatory relationships using {\tt networkBMA}.",
"vignette for Bioconductor package {\tt networkBMA}; revised in 2014",
"(2012)", sep=""))

     citEntry(entry="article",
              title = "Construction of regulatory networks using expression 
time-series data of a genotyped population",
              author = personList(as.person("Ka Yee Yeung"),
                                  as.person("Kenneth M. Dombek"),
                                  as.person("Kenneth Lo"),
                                  as.person("John E. Mittler"),
                                  as.person("Jun Zhu"),
                                  as.person("Eric E. Schadt"),
                                  as.person("Roger E. Bumgarner"),
                                  as.person("Adrian E. Raftery")),
              year = "2011",
              journal = "Proceedings of the National Academy of Sciences", 
              volume = 108,
              number = 48,
              pages = "19436-19441",
              textVersion =
              paste("Yeung et al. (2011)",
    "Construction of regulatory networks using expression time-series data of
a genotyped population",
            "Proceedings of the National Academy of Sciences", 
             "108(48):19436-19441",  sep=""))

     citEntry(entry="article",
              title =  "Integrating External Biological  Knowledge in the 
                        Construction of Regulatory Networks from 
              Time-series  Expression Data",
              author = personList(as.person("Kenneth Lo"),
                                  as.person("Adrian E. Raftery"),
                                  as.person("Kenneth M. Dombek"),
                                  as.person("Jun Zhu"),
                                  as.person("Eric E. Schadt"),
                                  as.person("Roger E. Bumgarner"),
                                  as.person("Ka Yee Yeung")),
              year = "2012",
   	      journal = "BMC Systems Biology",
              volume = 6,
		pages = 101,
              textVersion =
              paste("Lo et al. (2012)",
             "Integrating External Biological  Knowledge in the Construction 
              of Regulatory Networks from Time-series Expression Data",
		"BMC Systems Biology",
             "6:101",  sep=""))

	citEntry(entry="article",
              title =  "Fast Bayesian Inference for Gene Regulatory Networks Using ScanBMA",
              author = personList(as.person("William Chad Young"),
                                  as.person("Adrian E. Raftery"),
                                  as.person("Ka Yee Yeung")),
              year = "2014",
   	      journal = "BMC Systems Biology",
              volume = 8,
		pages = 47,
              textVersion =
              paste("Young et al. (2014)",
             "Fast Bayesian Inference for Gene Regulatory Networks Using ScanBMA",
		"BMC Systems Biology",
             "8:47",  sep=""))

	citEntry(entry="article",
              title =  "fastBMA: Scalable Network Inference and Transitive Reduction",
              author = personList(as.person("Ling-Hong Hung"),
				  as.person("Kaiyuan Shi"),
				  as.person("Migao Wu"),
				  as.person("William Chad Young"),
                                  as.person("Adrian E. Raftery"),
                                  as.person("Ka Yee Yeung")),
              year = "2017",
   	      journal = "Gigascience",
              volume = 6,
		number = 10,
		pages = "1-10",
              textVersion =
              paste("Hung et al. (2017)",
             "astBMA: Scalable Network Inference and Transitive Reduction",
		"Gigascience",
             "6(10):1-10",  sep=""))
