vmrseq
An R package for detecting cell-to-cell variably methylated regions (VMRs) from single-cell bisulfite sequencing leveraging probabilistic models.
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 7 committers (14.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.2%) to scientific vocabulary
Keywords
Repository
An R package for detecting cell-to-cell variably methylated regions (VMRs) from single-cell bisulfite sequencing leveraging probabilistic models.
Basic Info
Statistics
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
Metadata Files
README.md
vmrseq: Detecting variably methylated regions (VMRs) from single-cell bisulfite sequencing
The R package vmrseq is a novel computational tool developed for pinpointing variably methylated regions (VMRs) in scBS-seq data without prior knowledge on size or location. High-throughput single-cell measurements of DNA methylation allows studying inter-cellular epigenetic heterogeneity, but this task faces the challenges of sparsity and noise. vmrseq overcomes these challenges and identifies variably methylated regions accurately and robustly.
Installation
You can install the development version of vmrseq in R from Bioconductor (recommended) or GitHub with:
``` r
Install stable version from Bioconductor
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("vmrseq")
Or development version from Github
install.packages("remotes")
remotes::install_github("nshen7/vmrseq") ```
Online Vignette
- An online vignette of 'Get Started' on the
vmrseqpackage can be found at https://rpubs.com/nshen7/vmrseq-vignette. - An example workflow on scBS-seq data analysis using
vmrseqcan be found at https://github.com/nshen7/vmrseq-workflow-vignette.
Docker Image
We provide a Docker image for robust setup and use of this package. The Docker image includes all necessary dependencies for the package and vignettes. To pull the Docker image from Docker Hub, use the following command in bash:
bash
docker pull nshen7/vmrseq-bioc-3.19:latest
Citation
Shen, N., Korthauer, K. vmrseq: probabilistic modeling of single-cell methylation heterogeneity. Genome Biol 25, 321 (2024). https://doi.org/10.1186/s13059-024-03457-7
License/Copyright
Owner
- Name: Ning Shen
- Login: nshen7
- Kind: user
- Repositories: 1
- Profile: https://github.com/nshen7
GitHub Events
Total
- Issues event: 1
- Watch event: 2
- Delete event: 2
- Push event: 15
- Pull request event: 10
- Create event: 5
Last Year
- Issues event: 1
- Watch event: 2
- Delete event: 2
- Push event: 15
- Pull request event: 10
- Create event: 5
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| NingShen1997 | s****7@g****m | 151 |
| Ning Shen | 3****7@u****m | 10 |
| Ning Shen | n****7@s****e | 4 |
| Ning Shen | sn@N****l | 3 |
| Ning Shen | sn@d****a | 2 |
| Ning Shen | n****7@s****e | 1 |
| Ning Shen | n****7@s****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 14
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- olaraym (1)
Pull Request Authors
- nshen7 (15)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 903 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
bioconductor.org: vmrseq
Probabilistic Modeling of Single-cell Methylation Heterogeneity
- Homepage: https://github.com/nshen7/vmrseq
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/vmrseq/inst/doc/vmrseq.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.1
published 9 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10 depends
- BiocParallel * imports
- GenomicRanges * imports
- bumphunter * imports
- dplyr * imports
- ggplot2 * imports