Package: ribor Title: An R Interface for Ribo Files Version: 1.25.0 Authors@R: c( person("Michael", "Geng", email = "michaelgeng@utexas.edu", role = c("cre", "aut")), person("Hakan", "Ozadam", email = "hakan.ozadam@gmail.com", role = "aut"), person("Can", "Cenik", email = "ccenik@austin.utexas.edu", role = "aut")) Description: The ribor package provides an R Interface for .ribo files. It provides functionality to read the .ribo file, which is of HDF5 format, and performs common analyses on its contents. License: GPL-3 Encoding: UTF-8 Depends: R (>= 3.6.0) biocViews: Software, Infrastructure Imports: dplyr, ggplot2, hash, methods, rhdf5, rlang, stats, S4Vectors, tidyr, tools, yaml Suggests: testthat, knitr, rmarkdown RoxygenNote: 7.1.1 VignetteBuilder: knitr Collate: 'annotation_functions.R' 'check_functions.R' 'coverage_functions.R' 'ribo_class.R' 'ribo_methods.R' 'create_ribo.R' 'helper_functions.R' 'info_functions.R' 'metagene_functions.R' 'region_count_functions.R' 'ribor.R' 'rnaseq_functions.R' Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:51:59 UTC RemoteUrl: https://github.com/bioc/ribor RemoteRef: HEAD RemoteSha: aad8c146fd22166fa0190a6a3ac8920cb0ec28aa NeedsCompilation: no Packaged: 2026-07-18 08:58:57 UTC; root Author: Michael Geng [cre, aut], Hakan Ozadam [aut], Can Cenik [aut] Maintainer: Michael Geng