Low Resolution BAM to raster graphics
This program is now part of the main jvarkit
tool. See jvarkit for compiling.
Usage: java -jar dist/jvarkit.jar lowresbam2raster [options] Files
Usage: lowresbam2raster [options] Files
Options:
-clip, --clip
Show clipping
Default: false
-depth, --depth
Depth track height.
Default: 100
-gcPercent, --gcPercent
GC% track height.
Default: 100
-gcwin, --gcWindowSize
GC% Window size
Default: 10
--groupby
Group Reads by. Data partitioning using the SAM Read Group (see
https://gatkforums.broadinstitute.org/gatk/discussion/6472/ ) . It can
be any combination of sample, library....
Default: sample
Possible Values: [readgroup, sample, library, platform, center, sample_by_platform, sample_by_center, sample_by_platform_by_center, any]
-gtf, --gtf
A GTF (General Transfer Format) file. See
https://www.ensembl.org/info/website/upload/gff.html . Please note that
CDS are only detected if a start and stop codons are defined.
-h, --help
print help and exit
--helpFormat
What kind of help. One of [usage,markdown,xml].
-hideInsert, --hideInsertions
Hide insertions
Default: false
--highlight
hightligth those positions.
Default: []
--mapqopacity
How to handle the MAPQ/ opacity of the reads. all_opaque: no opacity,
handler 1: transparency under MAPQ=60
Default: handler1
Possible Values: [all_opaque, handler1]
--limit, --maxrows
Limit number of rows to 'N' lines. negative: no limit.
Default: -1
-minh, --minh
Min. distance between two reads.
Default: 10
-noSuppl, --noSuppl
Hide arcs of Supplementary alignments.
Default: false
-o, --output
Output file. Optional . Default: stdout [20180829] filename can be also
an existing directory or a zip file, in witch case, each individual will
be saved in the zip/dir.
-printNames, --printNames
Print Read Names (for debugging)
Default: false
-proper, --proper
Hide read if in a paired-end pair, both reads are mapped but not in
proper pair.
Default: false
-R, --reference
Indexed fasta Reference file. This file must be indexed with samtools
faidx and with picard/gatk CreateSequenceDictionary or samtools dict
* -r, --region
Restrict to that region. An interval as the following syntax :
"chrom:start-end" or "chrom:middle+extend" or "chrom:start-end+extend"
or "chrom:start-end+extend-percent%".A program might use a Reference
sequence to fix the chromosome name (e.g: 1->chr1)
-srf, --samRecordFilter
A filter expression. Reads matching the expression will be filtered-out.
Empty String means 'filter out nothing/Accept all'. See https://github.com/lindenb/jvarkit/blob/master/src/main/resources/javacc/com/github/lindenb/jvarkit/util/bio/samfilter/SamFilterParser.jj
for a complete syntax. 'default' is 'mapqlt(1) || Duplicate() ||
FailsVendorQuality() || NotPrimaryAlignment() ||
SupplementaryAlignment()'
Default: mapqlt(1) || Duplicate() || FailsVendorQuality() || NotPrimaryAlignment() || SupplementaryAlignment()
--single
Convert paired reads to single-end reads.
Default: false
--spaceyfeature
number of pixels between features
Default: 1
-V, --variants, --vcf
VCF files used to fill the position to hightlight with POS
Default: []
--version
print version and exit
-w, --width
Image width
Default: 1000
-D
set some css style elements. '-Dkey=value'. Undocumented.
Syntax: -Dkey=value
Default: {}
20170523
The project is licensed under the MIT license.
Should you cite lowresbam2raster ? 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
java -jar dist/lowresbam2raster.jar \
-o out.png -r "22:38999+10000" in.bam \
-clip -srf "" -R ref.fasta -kg knownGene.txt.gz