Package: iscream 1.3.0

iscream: Make fast and memory efficient BED file queries, summaries and matrices
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.
Authors:
iscream_1.3.0.tar.gz
iscream_1.3.0.zip(r-4.7)iscream_1.3.0.zip(r-4.6)iscream_1.3.0.zip(r-4.5)
iscream_1.3.0.tgz(r-4.6-x86_64)iscream_1.3.0.tgz(r-4.6-arm64)iscream_1.3.0.tgz(r-4.5-x86_64)iscream_1.3.0.tgz(r-4.5-arm64)
iscream_1.3.0.tar.gz(r-4.7-arm64)iscream_1.3.0.tar.gz(r-4.7-x86_64)iscream_1.3.0.tar.gz(r-4.6-arm64)iscream_1.3.0.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
iscream/json (API)
NEWS
| # Install 'iscream' in R: |
| install.packages('iscream', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/huishenlab/iscream/issues
Pkgdown/docs site:https://huishenlab.github.io
On BioConductor:iscream-1.3.0(bioc 3.24)iscream-1.2.0(bioc 3.23)
dataimportsoftwaresequencingsinglecelldnamethylationbedrcpptabixwgbscurlbzip2xz-utilszlibcppopenmp
Last updated from:a142d5418b. Checks:1 WARNING, 10 OK, 3 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| bioc-checks | WARNING | 248 | ||
| linux-devel-arm64 | OK | 265 | ||
| linux-devel-x86_64 | OK | 281 | ||
| source / vignettes | OK | 372 | ||
| linux-release-arm64 | OK | 257 | ||
| linux-release-x86_64 | OK | 339 | ||
| macos-release-arm64 | OK | 185 | ||
| macos-release-x86_64 | OK | 327 | ||
| macos-oldrel-arm64 | OK | 151 | ||
| macos-oldrel-x86_64 | OK | 319 | ||
| windows-devel | FAIL | 191 | ||
| windows-release | FAIL | 125 | ||
| windows-oldrel | OK | 337 | ||
| wasm-release | FAIL | 156 |
Exports:get_df_stringget_granges_stringget_log_levelget_threadshtslib_versionmake_matmake_mat_bsseqmake_mat_grmake_mat_sequery_chromsset_log_levelset_threadssummarize_meth_regionssummarize_regionstabixtabix_grtabix_raw
Dependencies:data.tablelatticeMatrixparallellypbapplyRcppRcppArmadilloRcppParallelRcppProgressRcppSpdlogRhtslibstringfish
An introduction to iscream
Rendered fromiscream.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2026-04-21
Started: 2025-01-15
Getting htslib headers
Rendered fromhtslib.rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-10-21
Started: 2025-04-22
Improving iscream performance
Rendered fromperformance.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-12-29
Started: 2025-07-15
iscream compatible data structures
Rendered fromdata_structures.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-12-29
Started: 2025-01-15
iscream vs Rsamtools::scanTabix
Rendered fromtabix.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-12-29
Started: 2025-06-24
Manuscript data availabiliy
Rendered frommanuscript_data.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-02-12
Started: 2025-02-12
Plotting TSS methylation profiles
Rendered fromTSS.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-12-29
Started: 2025-01-15
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| DataFrame to region strings | get_df_string |
| GRanges to region strings | get_granges_string |
| Get the number of available threads | get_threads |
| Get htslib version and available features | htslib_version |
| Make a matrix from a numeric column of BED files | make_mat make_mat_gr make_mat_se |
| Make M/beta and coverage matrices from WGBS BED files | make_mat_bsseq |
| Query the chromosomes or seqnames from a vector of BED files | query_chroms |
| Set and get logging level | get_log_level set_log_level |
| Set the number of available threads | set_threads |
| Summarize methylation information over genomic regions | summarize_meth_regions |
| Summarize information over genomic regions from any BED file | summarize_regions |
| Query records from tabixed BED files | tabix tabix_gr tabix_raw |
