Bioc2026 Registration Open!

EDIRquery

Query the EDIR Database For Specific Gene

Bioconductor version: 3.23 · Package version: 1.12.0

EDIRquery provides a tool to search for genes of interest within the Exome Database of Interspersed Repeats (EDIR). A gene name is a required input, and users can additionally specify repeat sequence lengths, minimum and maximum distance between sequences, and whether to allow a 1-bp mismatch. Outputs include a summary of results by repeat length, as well as a dataframe of query results. Example data provided includes a subset of the data for the gene GAA (ENSG00000171298). To query the full database requires providing a path to the downloaded database files as a parameter.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("EDIRquery")

Details

MaintainerLaura D.T. Vo Ngoc <doan.vongoc@vub.be>
AuthorLaura D.T. Vo Ngoc [aut, cre] (ORCID: <https://orcid.org/0000-0002-1597-900X>)
LicenseGPL-3
Downloads rank184
Source branchRELEASE_3_23
biocViewsGenetics, SequenceMatching, Software

Documentation

Download

Dependencies

Depends: R (>= 4.2.0)

Imports: tibble (>= 3.1.6), tictoc (>= 1.0.1), utils (>= 4.1.3), stats (>= 4.1.3), readr (>= 2.1.2), InteractionSet (>= 1.22.0), GenomicRanges (>= 1.46.1)

Suggests: knitr, rmarkdown, testthat (>= 3.0.0)