citHeader("To cite the graphsim package in publications use:")

year <- sub("-.*", "", Sys.Date())
version <- "1.0.4"
note <- sprintf("R package version %s", version)

bibentry(
  bibtype = "Manual",
  title = "graphsim: An R package for simulating gene expression data from graph structures of biological pathways",
  author = c(
    person("S. Thomas", "Kelly"),
    person("Michael A.", "Black")
  ),
  year = year,
  note = note,
  url = "https://CRAN.R-project.org/package=graphsim",
  textVersion = sprintf(
    "Kelly, S.T. (%s). graphsim: An R package for simulating gene expression data from graph structures of biological pathways. %s. https://CRAN.R-project.org/package=graphsim",
    year, note
  )
)

citFooter("Please also cite the publication describing use of this package where appropriate.

Kelly, S.T. and Black, M.A. (2020). graphsim: An R package for simulating gene expression data from graph structures of biological pathways. Journal of Open Source Software, 5(51), 2161, https://doi.org/10.21105/joss.02161


@article{Kelly2020joss02161,
  doi = {10.21105/joss.02161},
  url = {https://doi.org/10.21105/joss.02161},
  year = {2020},
  publisher = {The Open Journal},
  volume = {5},
  number = {51},
  pages = {2161},
  author = {S. Thomas Kelly and Michael A. Black},
  title = {graphsim: An R package for simulating gene expression data from graph structures of biological pathways},
  journal = {Journal of Open Source Software}
}

  
")
