## inst/CITATION

citHeader("To cite BreastSubtypeR, please use the following references.")

paper <- bibentry(
  bibtype = "Article",
  title   = "BreastSubtypeR: a unified R/Bioconductor package for intrinsic molecular subtyping in breast cancer research",
  author  = c(
    person(given = "Qiao",  family = "Yang"),
    person(given = "Johan", family = "Hartman"),
    person(given = "Emmanouil G.", family = "Sifakis")
  ),
  journal = "NAR Genomics and Bioinformatics",
  year    = "2025",
  volume  = "7",
  number  = "4",
  pages   = "lqaf131",
  doi     = "10.1093/nargab/lqaf131",
  url     = "https://doi.org/10.1093/nargab/lqaf131"
)

## Auto-generate the “Manual” entry from DESCRIPTION
pkg_manual <- citation(auto = meta)