GenomicInteractionNodes
A R/Bioconductor package to detect the interaction nodes from HiC/HiChIP/HiCAR data
Bioconductor version: 3.23 · Package version: 1.16.0
The GenomicInteractionNodes package can import interactions from bedpe file and define the interaction nodes, the genomic interaction sites with multiple interaction loops. The interaction nodes is a binding platform regulates one or multiple genes. The detected interaction nodes will be annotated for downstream validation.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GenomicInteractionNodes") Details
| Maintainer | Jianhong Ou <jou@morgridge.org> |
| Author | Jianhong Ou [aut, cre] (ORCID: <https://orcid.org/0000-0002-8652-2488>), Yarui Diao [fnd] |
| License | file LICENSE |
| URL | https://github.com/jianhong/GenomicInteractionNodes |
| Bug Reports | https://github.com/jianhong/GenomicInteractionNodes/issues |
| Downloads rank | 223 |
| Source branch | RELEASE_3_23 |
| biocViews | HiC, Sequencing, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.2.0), stats
Imports: AnnotationDbi, graph, GO.db, GenomicRanges, GenomicFeatures, Seqinfo, methods, IRanges, RBGL, S4Vectors
Suggests: RUnit, BiocStyle, knitr, rmarkdown, rtracklayer, testthat, TxDb.Hsapiens.UCSC.hg19.knownGene, org.Hs.eg.db