bump x.y.z version to odd y following creation of RELEASE_3_19 branch
The GenomicInteractionNodes package define genomic interaction hot regions as interaction nodes with following attributes:
GenomicInteractionNodes
it must contain multiple interaction loops,
it regulates one or more target genes.
You can install the package via devtools::install_github from github.
devtools::install_github
github
library(devtools) install_github("jianhong/GenomicInteractionNodes")
You can also try to install it via BiocManager::install when it is ready in Bioconductor.
BiocManager::install
library(BiocManager) install("GenomicInteractionNodes")
To view documentation of GenomicInteractionNodes, start R and enter:
browseVignettes("GenomicInteractionNodes")
用于基因组相互作用数据的可视化与分析
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
GenomicInteractionNodes
The
GenomicInteractionNodespackage define genomic interaction hot regions as interaction nodes with following attributes:it must contain multiple interaction loops,
it regulates one or more target genes.
Installation
You can install the package via
devtools::install_githubfromgithub.You can also try to install it via
BiocManager::installwhen it is ready in Bioconductor.Documentation
To view documentation of GenomicInteractionNodes, start R and enter: