An open API service indexing awesome lists of open source software.

https://github.com/dellytools/svprops

Computes various SV statistics
https://github.com/dellytools/svprops

delly delly-users sv-statistics

Last synced: 7 months ago
JSON representation

Computes various SV statistics

Awesome Lists containing this project

README

          

SV Properties
=============

Computes various SV statistics from an input Delly VCF file.

Installation
------------

`git clone --recursive https://github.com/dellytools/svprops.git`

`cd svprops/`

`make all`

Usage
-----

`./src/svprops [sv.vcf|sv.bcf|sv.vcf.gz] > sv.tab`

`./src/sampleprops [sv.vcf|sv.bcf|sv.vcf.gz] > sample.tab`

Plotting
--------

`Rscript R/svprops.R sv.tab`

`Rscript R/svprops.R sample.tab`