UPDhmm
Detecting Uniparental Disomy through NGS trio data
Bioconductor version: 3.23 · Package version: 1.8.0
Uniparental disomy (UPD) is a genetic condition where an individual inherits both copies of a chromosome or part of it from one parent, rather than one copy from each parent. This package contains a HMM for detecting UPDs through HTS (High Throughput Sequencing) data from trio assays. By analyzing the genotypes in the trio, the model infers a hidden state (normal, father isodisomy, mother isodisomy, father heterodisomy and mother heterodisomy).
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("UPDhmm") Details
| Maintainer | Marta Sevilla <marta.sevilla@upf.edu> |
| Author | Marta Sevilla [aut, cre] (ORCID: <https://orcid.org/0009-0005-0179-920X>), Carlos Ruiz-Arenas [aut] (ORCID: <https://orcid.org/0000-0002-6014-3498>) |
| License | MIT + file LICENSE |
| URL | https://github.com/martasevilla/UPDhmm |
| Bug Reports | https://github.com/martasevilla/UPDhmm/issues |
| Downloads rank | 178 |
| Source branch | RELEASE_3_23 |
| biocViews | Genetics, HiddenMarkovModel, Software |
Documentation
- Long reads VCF Preprocessing User Guide
- UPDhmm User Guide: From Detection to Postprocessing
- VCF Preprocessing User Guide
Download
Dependencies
Depends: R (>= 4.1.0)
Imports: HMM, utils, VariantAnnotation, GenomicRanges, S4Vectors, IRanges, SummarizedExperiment, stats, BiocParallel, GenomeInfoDb
Suggests: knitr, testthat (>= 2.1.0), BiocStyle, rmarkdown, markdown, karyoploteR, regioneR, dplyr, BiocManager