deconvR
The deconvR is an R package designed for analyzing deconvolution of the bulk sample(s) using an atlas of reference omic signature profiles and a user-selected model.
Science Score: 36.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
-
○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 (17.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
The deconvR is an R package designed for analyzing deconvolution of the bulk sample(s) using an atlas of reference omic signature profiles and a user-selected model.
Basic Info
Statistics
- Stars: 10
- Watchers: 12
- Forks: 3
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
deconvR : Simulation and Deconvolution of Omic Profiles

The deconvR package provides a collection of functions designed for
analyzing deconvolution of the bulk sample(s) using an atlas of
reference signature profiles and a user-selected model (non-negative
least squares,quadratic programming, support vector regression, or
robust linear regression). Users can directly use their reference atlas
or, create an expended version of their reference atlas using
findSignatures. Additionnaly, they can also use the reference atlas
provided within the package, which contains cell-type specific
methylation values. Another option is to simulate bulk signatures of
bulk samples using simulateCellMix. And finally, we included
BSmeth2Probe function along with the Illumina Methylation EPIC B5 Manifest
probe IDs, to be used to map methylation data to respective probe IDs.
Installation
The deconvR package can be installed from Bioconductor:
``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("deconvR") ```
You can also install the development version of deconvR directly from Github:
r
remotes::install_github("BIMSBbioinfo/deconvR")
How to Use deconvR
User who wish to expand their own reference atlas can use
findSignatures function. atlas is the signature matrix to be
extended and samples the new data to be added to the signature matrix.
atlas and samples are compliant with the function requirements.
After providing appropriate atlas format, users can create samples
using simulateCellMix function. You can get more information about
deconvR from here.
Owner
- Name: BIMSB bioinformatics platform
- Login: BIMSBbioinfo
- Kind: organization
- Location: Berlin, Germany
- Website: bioinformatics.mdc-berlin.de
- Repositories: 83
- Profile: https://github.com/BIMSBbioinfo
git repositories for the platform
GitHub Events
Total
- Issues event: 3
- Delete event: 1
- Issue comment event: 2
- Push event: 4
- Pull request event: 1
- Pull request review event: 1
- Pull request review comment event: 1
- Create event: 1
Last Year
- Issues event: 3
- Delete event: 1
- Issue comment event: 2
- Push event: 4
- Pull request event: 1
- Pull request review event: 1
- Pull request review comment event: 1
- Create event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| İrem Gündüz | i****z@g****m | 179 |
| İrem Gündüz | b****2@g****m | 122 |
| Veronika | s****l@h****m | 46 |
| İrem | 5****z | 28 |
| Nitesh Turaga | n****a@g****m | 4 |
| J Wokaty | j****y@s****u | 2 |
| jonasfreimuth | 6****h | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 9,331 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
bioconductor.org: deconvR
Simulation and Deconvolution of Omic Profiles
- Homepage: https://github.com/BIMSBbioinfo/deconvR
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/deconvR/inst/doc/deconvR.pdf
- License: Artistic-2.0
-
Latest release: 1.14.2
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1 depends
- data.table >= 1.14.0 depends
- BiocGenerics >= 0.38.0 imports
- GenomicRanges >= 1.44.0 imports
- IRanges >= 2.26.0 imports
- MASS * imports
- S4Vectors >= 0.30.0 imports
- assertthat * imports
- dplyr >= 1.0.7 imports
- e1071 >= 1.7.9 imports
- foreach >= 1.5.1 imports
- magrittr >= 2.0.1 imports
- matrixStats >= 0.61.0 imports
- methods * imports
- methylKit >= 1.18.0 imports
- nnls >= 1.4 imports
- quadprog >= 1.5.8 imports
- rsq >= 2.2 imports
- stats * imports
- tidyr >= 1.1.3 imports
- utils * imports
- BiocStyle >= 2.20.2 suggests
- RefManageR * suggests
- covr * suggests
- devtools >= 2.4.2 suggests
- doParallel >= 1.0.16 suggests
- ggplot2 >= 3.3.5 suggests
- granulator * suggests
- knitr >= 1.34 suggests
- parallel * suggests
- reshape2 >= 1.4.4 suggests
- rmarkdown * suggests
- roxygen2 >= 7.1.2 suggests
- sessioninfo >= 1.1.1 suggests
- testthat >= 3.0.0 suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite