Package: STADyUM
Type: Package
Title: Statistical Transcriptome Analysis under a Dynamic Unified Model
Version: 1.3.0
Authors@R: 
    c(
        person("Yixin", "Zhao", 
            email = "",
            role = c("aut"),
            comment = c(ORCID = "0000-0002-7856-2818")
        ),
        person("Lingjie", "Liu",
            email = "",
            role = c("aut"),
            comment = c(ORCID = "0000-0002-5765-1213")
        ),
        person("Rebecca", "Hassett",
            email = "hassett@cshl.edu",
            role = c("aut", "cre"),
            comment = c(ORCID = "0000-0001-5133-9387")
        )
    )
Description: STADyUM is a package with functionality for analyzing
        nascent RNA read counts to infer transcription rates. This
        includes utilities for processing experimental nascent RNA read
        counts as well as for simulating PRO-seq data. Rates such as
        initiation, pause release and landing pad occupancy are
        estimated from either synthetic or experimental data. There are
        also options for varying pause sites and including steric
        hindrance of initiation in the model.
URL: https://github.com/rhassett-cshl/STADyUM
BugReports: https://github.com/rhassett-cshl/STADyUM
biocViews: StatisticalMethod, Transcriptomics, Transcription,
        Sequencing
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports: GenomicRanges, IRanges, S4Vectors, methods, tibble, dplyr,
        ggplot2, progress, GenomeInfoDb, Rcpp, data.table, purrr,
        rtracklayer, tidyr, rlang, MASS
LinkingTo: Rcpp
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, devtools
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends: R (>= 4.5.0)
Config/pak/sysreqs: make libbz2-dev libicu-dev liblzma-dev libxml2-dev
        libssl-dev xz-utils zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-04-28 13:05:42 UTC
RemoteUrl: https://github.com/bioc/STADyUM
RemoteRef: HEAD
RemoteSha: 7cb7fa1711d88e5589cdb8cf023131bd8c718c38
NeedsCompilation: yes
Packaged: 2026-05-24 06:33:54 UTC; root
Author: Yixin Zhao [aut] (ORCID: <https://orcid.org/0000-0002-7856-2818>),
  Lingjie Liu [aut] (ORCID: <https://orcid.org/0000-0002-5765-1213>),
  Rebecca Hassett [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-5133-9387>)
Maintainer: Rebecca Hassett <hassett@cshl.edu>
Built: R 4.6.0; x86_64-apple-darwin20; 2026-05-24 06:37:18 UTC; unix
