Integrative analysis of structural variations (SV)
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
r
install.packages("devtools")
devtools::install_github("venyao/intansv")
the latest development version from Bioconductor with
```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install(version='devel') BiocManager::install("intansv") ```
Example output of these SV programs are listed at https://yaolab-bioinfo.github.io/intansv/
Please go to Bioconductor to download the old versions of the intansv package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.