citHeader(
  "limmaGUI is an implementation of a body of methodological research by the authors and coworkers. Please cite the appropriate methodological papers whenever you use results from the limma software in a publication. Such citations are the main means by which the authors receive professional credit for their work.

  Citing limma/limmaGUI in publications will usually involve citing one or more of the methodology papers that the limma software is based on as well as citing the limma(Ref.4) and limmaGUI(Ref.5) software packages themselves.

  If you use limma/limmaGUI for differential expression analysis, please cite reference 1 which describes the linear modeling approach implemented by lmFit and the empirical Bayes statistics implemented by eBayes, topTable etc.

  If you use limma/limmaGUI for pre-processing or normalization of two-color microarray data, please cite reference 2 which describes the functions read.maimages, normalizeWithinArrays, normalizeBetween-Arrays etc, including the use of spot quality weights.

  If you use the duplicateCorrection function to handle duplicate spots or technical replication, please cite reference 3.

  To cite the limma software itself please refer to reference 4 which describes the software package in the context of the Bioconductor project and surveys the range of experimental designs for which the package can be used, including spotspecific dye-effects. The pre-processing capabilities of the package are also described but more briefly, with examples of background correction, spot quality weights and filtering with control spots. This article is also the best current reference for the normexp background correction method.

  The limmaGUI software itself should be cited using reference 5.

  "
)

citEntry(
  note        = "If you use limma/limmaGUI for differential expression analysis, please cite this article which describes the linear modeling approach implemented by lmFit and the empirical Bayes statistics implemented by eBayes, topTable etc.",

  entry       = "article",
  title       = "Linear models and empirical Bayes methods for assessing differential expression in microarray experiments.",
  author      = person(first="Gordon",middle="K",last="Smyth"),
  journal     = "Statistical Applications in Genetics and Molecular Biology",
  volume      = 3,
  pages       = "No.1 Article 3",
  textVersion =
  paste(
    "1. Smyth, G. K. (2004). Linear models and empirical Bayes methods for assessing",
    "differential expression in microarray experiments.",
    "Statistical Applications in Genetics and Molecular Biology",
    "Vol. 3, No. 1, Article 3."
  )
)

citEntry(
  note        = "If you use limma/limmaGUI for pre-processing or normalization of two-color microarray data, please cite this article which describes the functions read.maimages, normalizeWithinArrays, normalizeBetween-Arrays etc, including the use of spot quality weights.",
  entry       = "article",
  title       = "Normalization of cDNA microarray data.",
  author      = personList(
                  person(first = "Gordon",middle = "K", last="Smyth"),
                  person(first = "T",     middle = "P", last="Speed")
                ),
  journal     = "Methods",
  year        = 2003,
  volume      = 31,
  pages       = "265-273",
  textVersion =
  paste(
    "2. Smyth, G. K., and Speed, T. P. (2003).",
    "Normalization of cDNA microarray data.",
    "Methods 31, 265273."
  )
)

citEntry(
  note        = "If you use the duplicateCorrection function to handle duplicate spots or technical replication, please cite this article.",
  entry       = "article",
  title       = "The use of within-array replicate spots for assessing differential expression in microarray experiments.",
  author      = personList(
                  person(first="Gordon",middle="K",last="Smyth"),
                  person(first="J",middle="",last="Michaud"),
                  person(first="H",middle="",last="Scott")
                ),
  journal     = "Bioinformatics",
  volume      = 21,
  pages       = "2067-2075",
  textVersion =
  paste(
    "3. Smyth, G. K., Michaud, J., and Scott, H. (2005).",
    "The use of within-array replicate spots for assessing differential",
    "expression in microarray experiments.",
    "Bioinformatics, 21(9), 20672075."
  )
)

citEntry(
  note        = "To cite the limma software itself please refer to this article which describes the software package in the context of the Bioconductor project and surveys the range of experimental designs for which the package can be used, including spotspecific dye-effects. The pre-processing capabilities of the package are also described but more briefly, with examples of background correction, spot quality weights and filtering with control spots. This article is also the best current reference for the normexp background correction method.",
  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       = "397-420",
  textVersion =
  paste(
    "4. 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, pages 397--420."
  )
)

citEntry(
  note        = "The limmaGUI software itself should be cited using this article.",
  entry       = "article",
  title       = "limmaGUI: a graphical user interface for linear modeling of microarray data",
  author      = personList(
                  person(first = "Gordon",middle = "K", last="Smyth"),
                  person(first = "J",     middle = "M", last="Wettenhall")
                ),
  journal     = "Bioinformatics",
  year        = 2004,
  volume      = 20,
  pages       = "3705-3706",
  textVersion =
  paste(
    "5. J. M. Wettenhall and G. K. Smyth.",
    "limmaGUI: a graphical user interface for linear",
    "modeling of microarray data.",
    "Bioinformatics, 20:37053706, 2004."
  )
)

citFooter(
  ""
)
