Plot a Hilbert Curve from a VCF file as SVG
This program is now part of the main jvarkit
tool. See jvarkit for compiling.
Usage: java -jar dist/jvarkit.jar vcf2hilbert [options] Files
Usage: vcf2hilbert [options] Files
Options:
-B, --bed
reduce input to this BED file. 4th column can be used to name the
interval
-h, --help
print help and exit
--helpFormat
What kind of help. One of [usage,markdown,xml].
-o, --out
Output file. Optional . Default: stdout
-r, --recursion
Hilbdert Curve level of recursion
Default: 6
--version
print version and exit
-w, --width
Image width
Default: 1000
-D
other parameters.
Syntax: -Dkey=value
Default: {}
20171201
The project is licensed under the MIT license.
Should you cite vcf2hilbert ? https://github.com/mr-c/shouldacite/blob/master/should-I-cite-this-software.md
The current reference is:
http://dx.doi.org/10.6084/m9.figshare.1425030
Lindenbaum, Pierre (2015): JVarkit: java-based utilities for Bioinformatics. figshare. http://dx.doi.org/10.6084/m9.figshare.1425030
##Example
$ curl -s "http://ftp.1000genomes.ebi.ac.uk/vol1/ftp/technical/working/20140123_NA12878_Illumina_Platinum/NA12878.wgs.illumina_platinum.20140404.snps_v2.vcf.gz" | gunzip -c |\
java -jar dist/jvarkit.jar vcf2hilbert > hilbert.svg