intansv icon indicating copy to clipboard operation
intansv copied to clipboard

Integrative analysis of structural variations.

intansv

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.

intansv integrates the SV predictions of the following programs

Install

  • 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")
    
    # The following initializes usage of Bioc devel
    BiocManager::install(version='devel')
    BiocManager::install("intansv")
    

Help Manual

Overview of intansv

Example output of these SV programs are listed at https://yaolab-bioinfo.github.io/intansv/

intansv development version 1.27.0 support the following version of SV prediction programs

  • BreakDancer version 1.4.5
  • Pindel version v0.2.5b9
  • DELLY version 0.8.1
  • SVseq2 version 2.2
  • CNVnator version 0.3.3
  • Lumpy version 0.3.0
  • SoftSearch version 2.4

intansv development version 1.21.0 support the following version of SV prediction programs

  • BreakDancer version 1.4.5
  • Pindel version v0.2.5b9
  • DELLY version 0.7.6
  • SVseq2 version 2.2
  • CNVnator version 0.3.3
  • Lumpy version 0.2.13
  • SoftSearch version 2.4

intansv release version 1.7.3 support the following version of SV prediction programs

  • BreakDancer version 1.4.5
  • Pindel version 0.2.5a8
  • DELLY version 0.6.1
  • SVseq2 version 2.2
  • CNVnator version 0.3
  • Lumpy version 0.2.8
  • SoftSearch version 2.4

intansv release version 1.7.1 support the following version of SV prediction programs

  • BreakDancer version 1.0r112
  • Pindel version 0.2.4t
  • DELLY version 0.0.11
  • SVseq2 version 2.2
  • CNVnator version 0.2.7
  • Lumpy version 0.1.5
  • SoftSearch version 2.3

Please go to Bioconductor to download the old versions of the intansv package.