Integrative analysis of structural variations
This package provides efficient tools to read and integrate structural variations predicted by popular softwares. Annotation and visualization of structural variations are also implemented in the package.
the latest development version from Github with
install.packages("devtools")
devtools::install_github("venyao/intansv")
the latest development version from Bioconductor with
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version='devel')
BiocManager::install("intansv")
https://github.com/venyao/intansv
If you find any bugs using intansv, please create an issue or send me an email.
ywhzau at gmail.com