# inst/CITATION

citHeader("To cite PhosR in publications, use:")

# Cell Reports (2021)
bibentry(
  bibtype = "Article",
  title   = "PhosR enables processing and functional analysis of phosphoproteomic data",
  author  = c(
    person("Hani Jieun", "Kim"),
    person("Taiyun", "Kim"),
    person("Nolan J", "Hoffman"),
    person("Di", "Xiao"),
    person("David E", "James"),
    person("Sean J", "Humphrey"),
    person("Pengyi", "Yang")
  ),
  journal = "Cell Reports",
  year    = "2021",
  volume  = "34",
  number  = "8",
  doi     = "10.1016/j.celrep.2021.108771",
  url     = "https://doi.org/10.1016/j.celrep.2021.108771",
  textVersion = paste(
    "Kim HJ, Kim T, Hoffman NJ, Xiao D, James DE, Humphrey SJ, Yang P (2021).",
    "PhosR enables processing and functional analysis of phosphoproteomic data.",
    "Cell Reports 34(8).",
    "doi:10.1016/j.celrep.2021.108771"
  )
)

# STAR Protocols (2021)
bibentry(
  bibtype = "Article",
  title   = "Protocol for the processing and downstream analysis of phosphoproteomic data with PhosR",
  author  = c(
    person("Hani Jieun", "Kim"),
    person("Taiyun", "Kim"),
    person("Di", "Xiao"),
    person("Pengyi", "Yang")
  ),
  journal = "STAR Protocols",
  year    = "2021",
  volume  = "2",
  number  = "2",
  doi     = "10.1016/j.xpro.2021.100585",
  url     = "https://doi.org/10.1016/j.xpro.2021.100585",
  textVersion = paste(
    "Kim HJ, Kim T, Xiao D, Yang P (2021).",
    "Protocol for the processing and downstream analysis of phosphoproteomic data with PhosR.",
    "STAR Protocols 2(2).",
    "doi:10.1016/j.xpro.2021.100585"
  )
)