Bioc2026 Registration Open!

annoLinker

Annotating genomic regions through chromatin interaction links

Bioconductor version: 3.23 · Package version: 1.0.0

Fast annotation of genomic peaks using DNA interaction data by constructing interaction networks with igraph, where peaks overlapping any node in a connected subgraph are annotated with all genes in that subgraph. The annotation evidence could be visualized as either a network graph or a genomic track integrated with gene annotation information.

Installation

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

BiocManager::install("annoLinker")

Details

MaintainerJianhong Ou <jou@morgridge.org>
AuthorJianhong Ou [aut, cre] (ORCID: <https://orcid.org/0000-0002-8652-2488>), Kenneth Poss [aut, fnd]
LicenseGPL-3
URLhttps://github.com/jianhong/annoLinker
Bug Reportshttps://github.com/jianhong/annoLinker/issues
Downloads rank68
Source branchRELEASE_3_23
biocViewsAnnotation, Network, Software, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: AnnotationDbi, BiocGenerics, future.apply, GenomicRanges, GenomeInfoDb, igraph, IRanges, InteractionSet, methods, progressr, S4Vectors, Seqinfo, trackViewer, visNetwork

Suggests: BiocStyle, knitr, rtracklayer, rmarkdown, testthat, TxDb.Drerio.UCSC.danRer10.refGene, org.Dr.eg.db, future