Bioc2026 Registration Open!

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

MaintainerMarta Sevilla <marta.sevilla@upf.edu>
AuthorMarta Sevilla [aut, cre] (ORCID: <https://orcid.org/0009-0005-0179-920X>), Carlos Ruiz-Arenas [aut] (ORCID: <https://orcid.org/0000-0002-6014-3498>)
LicenseMIT + file LICENSE
URLhttps://github.com/martasevilla/UPDhmm
Bug Reportshttps://github.com/martasevilla/UPDhmm/issues
Downloads rank178
Source branchRELEASE_3_23
biocViewsGenetics, HiddenMarkovModel, Software

Documentation

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