citHeader("To cite matchRanges or bootRanges in publications use:")

citEntry(entry = "Article",
         title        = "matchRanges: Generating null hypothesis genomic ranges via covariate-matched sampling",
         author       = personList(as.person("Eric S Davis"),
                                   as.person("Wancen Mu"),
                                   as.person("Stuart Lee"),
                                   as.person("Mikhail G Dozmorov"),
                                   as.person("Michael I Love"),
                                   as.person("Douglas H Phanstiel")),
         journal      = "Bioinformatics",
         year         = "2023",
         doi          = "10.1093/bioinformatics/btad197",

         textVersion  = paste("Eric S Davis, Wancen Mu, Stuart Lee, Mikhail G Dozmorov, Michael I Love, Douglas H Phanstiel. (2023).",
                              "matchRanges: Generating null hypothesis genomic ranges via covariate-matched sampling",
                              "Bioinformatics,",
                              "<doi:10.1093/bioinformatics/btad197>.")
)

citEntry(entry = "Article",
         title        = "bootRanges: Flexible generation of null sets of genomic ranges for hypothesis testing",
         author       = personList(as.person("Wancen Mu"),
                                   as.person("Eric S Davis"),
                                   as.person("Stuart Lee"),
                                   as.person("Mikhail G Dozmorov"),
                                   as.person("Douglas H Phanstiel"),
                                   as.person("Michael I Love")),
         journal      = "Bioinformatics",
         year         = "2023",
         doi          = "10.1093/bioinformatics/btad190",

         textVersion  = paste("Wancen Mu, Eric S Davis, Stuart Lee, Mikhail G Dozmorov, Douglas H Phanstiel, Michael I Love. (2023).",
                              "bootRanges: Flexible generation of null sets of genomic ranges for hypothesis testing",
                              "Bioinformatics,",
                              "<doi:10.1093/bioinformatics/btad190>.")
)
