Package: methFuse 1.1.0
methFuse: Functional Segmentation of the Methylome
Implements FUSE (Functional Segmentation of DNA methylation data), a data-driven method for identifying spatially coherent DNA methylation segments from whole-genome bisulfite sequencing (WGBS) count data. The method performs hierarchical clustering of CpG sites based on methylated and unmethylated read counts across multiple samples and determines the optimal number of segments using an information criterion (AIC or BIC). Resulting segments represent regions with homogeneous methylation profiles across the input cohort while allowing sample-specific methylation levels. The package provides functions for clustering, model selection, tree cutting, segment-level summarization, and visualization. Input can be supplied as count matrices or extracted directly from 'BSseq' and 'methrix' objects.
Authors:
methFuse_1.1.0.tar.gz
methFuse_1.1.0.tar.gz(r-4.7-arm64)methFuse_1.1.0.tar.gz(r-4.7-x86_64)methFuse_1.1.0.tar.gz(r-4.6-arm64)methFuse_1.1.0.tar.gz(r-4.6-x86_64)
methFuse_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
methFuse/json (API)
NEWS
| # Install 'methFuse' in R: |
| install.packages('methFuse', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/holmsusa/methfuse/issues
Pkgdown/docs site:https://holmsusa.github.io
Last updated from:36ab1c58ae. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 227 | ||
| linux-devel-x86_64 | OK | 308 | ||
| source / vignettes | OK | 239 | ||
| linux-release-arm64 | OK | 195 | ||
| linux-release-x86_64 | OK | 205 | ||
| wasm-release | OK | 141 |
Exports:fuse.clusterfuse.cut.treefuse.segmentfuse.summarynumber.of.clusters
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Perform Hierarchical Clustering on Methylation Data | fuse.cluster fuse.cluster.BSseq fuse.cluster.default fuse.cluster.methrix |
| Cut Hierarchical Clustering Tree into Clusters | fuse.cut.tree |
| Full FUSE segmentation pipeline | fuse.segment fuse.segment.BSseq fuse.segment.default fuse.segment.methrix |
| Summarize FUSE Segmentation Results | fuse.summary |
| Find Optimal Number of Clusters | number.of.clusters |
| Plot method for FUSE segmentation results | plot.fuse_summary |
