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
| Maintainer | Jianhong Ou <jou@morgridge.org> |
| Author | Jianhong Ou [aut, cre] (ORCID: <https://orcid.org/0000-0002-8652-2488>), Kenneth Poss [aut, fnd] |
| License | GPL-3 |
| URL | https://github.com/jianhong/annoLinker |
| Bug Reports | https://github.com/jianhong/annoLinker/issues |
| Downloads rank | 68 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, 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