Package: ompBAM Title: C++ Library for OpenMP-based multi-threaded sequential profiling of Binary Alignment Map (BAM) files Version: 1.17.0 Date: 2024-09-14 Authors@R: c(person("Alex Chit Hei", "Wong", email="alexchwong.github@gmail.com", role=c("aut", "cre", "cph"))) Description: This packages provides C++ header files for developers wishing to create R packages that processes BAM files. ompBAM automates file access, memory management, and handling of multiple threads 'behind the scenes', so developers can focus on creating domain-specific functionality. The included vignette contains detailed documentation of this API, including quick-start instructions to create a new ompBAM-based package, and step-by-step explanation of the functionality behind the example packaged included within ompBAM. License: MIT + file LICENSE Imports: utils, Rcpp Suggests: RcppProgress, knitr, rmarkdown, roxygen2, devtools, usethis, desc, testthat (>= 3.0.0) VignetteBuilder: knitr biocViews: Alignment, DataImport, RNASeq, Software, Sequencing, Transcriptomics, SingleCell Encoding: UTF-8 RoxygenNote: 7.3.2 URL: https://github.com/alexchwong/ompBAM BugReports: https://support.bioconductor.org/ Config/testthat/edition: 3 Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:58:18 UTC RemoteUrl: https://github.com/bioc/ompBAM RemoteRef: HEAD RemoteSha: bd0dbacf43cf8270252d6b0bb96b54fbd271320c NeedsCompilation: no Packaged: 2026-07-03 12:21:14 UTC; root Author: Alex Chit Hei Wong [aut, cre, cph] Maintainer: Alex Chit Hei Wong