citHeader("To cite limma in publications use:")

citEntry(entry="inbook",
    title = "Limma: linear models for microarray data",
    author = person(first="Gordon",middle="K",last="Smyth"),
	booktitle="Bioinformatics and Computational Biology Solutions using R and Bioconductor",
	editor="R. Gentleman, V. Carey, S. Dudoit, R. Irizarry, W. Huber",
	publisher="Springer",
	address="New York",
    year = 2005,
    pages ="Chapter 23",

    textVersion = 
    paste("Smyth, G. K. (2005). Limma: linear models for microarray",
         "data. In: 'Bioinformatics and Computational Biology Solutions",
         "using R and Bioconductor'. R. Gentleman, V. Carey, S. Dudoit,",
         "R. Irizarry, W. Huber (eds), Springer, New York, 2005.")
    )

citFooter("We have invested a lot of time and effort in creating limma,",
          "please cite it when using it for data analysis.")
