All Projects → YaoLab-Bioinfo → intansv

YaoLab-Bioinfo / intansv

Licence: MIT license
Integrative analysis of structural variations.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to intansv

YASA
🐌Yet Another Simulation Architecture
Stars: ✭ 46 (+31.43%)
Mutual labels:  sv
GeneticVariation.jl
Datastructures and algorithms for working with genetic variation
Stars: ✭ 33 (-5.71%)
Mutual labels:  variation
dbvar
dbVar
Stars: ✭ 38 (+8.57%)
Mutual labels:  variation
msda
Library for multi-dimensional, multi-sensor, uni/multivariate time series data analysis, unsupervised feature selection, unsupervised deep anomaly detection, and prototype of explainable AI for anomaly detector
Stars: ✭ 80 (+128.57%)
Mutual labels:  variation
bamgineer
Bamgineer: Introduction of simulated allele-specific copy number variants into exome and targeted sequence data sets
Stars: ✭ 35 (+0%)
Mutual labels:  variation

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://venyao.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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].