Package: iscream Title: Make fast and memory efficient BED file queries, summaries and matrices Version: 1.3.0 Authors@R: c( person("James", "Eapen", email = "james.eapen@vai.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6016-3598")), person("Jacob", "Morrison", email = "jacob.morrison@vai.org", role = c("aut"), comment = c(ORCID = "0000-0001-8592-4744")), person("Nathan", "Spix", role = c("ctb")), person("Hui", "Shen", email = "hui.shen@vai.org", role = c("aut", "ths", "fnd"), comment = c(ORCID = "0000-0001-9767-4084"))) Description: BED files store ranged genomic data that can be queried even when the files are compressed. iscream can query data from BED files and return them in muliple formats: parsed records or their summary statistics as data frames or GenomicRanges objects, and matrices as matrix, GenomicRanges, or SummarizedExperiment objects. iscream also provides specialized support for importing methylation data. URL: https://huishenlab.github.io/iscream/, https://github.com/huishenlab/iscream/ BugReports: https://github.com/huishenlab/iscream/issues/ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.4) LinkingTo: Rcpp, RcppArmadillo, RcppProgress, RcppSpdlog, Rhtslib, stringfish Imports: Rcpp, Matrix, data.table, methods, pbapply, parallelly, stringfish, Suggests: BiocFileCache, BiocStyle, bsseq, ggplot2, ggridges, knitr, microbenchmark, rmarkdown, GenomicRanges, IRanges, Rsamtools, SummarizedExperiment, S4Vectors, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 NeedsCompilation: yes SystemRequirements: htslib: htslib-devel (rpm) or libhts-dev (deb) & tabix: htslib-tools (rpm) or tabix (deb) & GNU make biocViews: DataImport, Software, Sequencing, SingleCell, DNAMethylation Config/pak/sysreqs: make libbz2-dev liblzma-dev xz-utils zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:05:51 UTC RemoteUrl: https://github.com/bioc/iscream RemoteRef: HEAD RemoteSha: a142d5418b2cf78de1793786a23be25523c6715b Packaged: 2026-07-04 20:56:44 UTC; root Author: James Eapen [aut, cre] (ORCID: ), Jacob Morrison [aut] (ORCID: ), Nathan Spix [ctb], Hui Shen [aut, ths, fnd] (ORCID: ) Maintainer: James Eapen