Generate Highlighted HTML for BAM
Project description
Generate Highlighted HTML of Bam
highlight the specific sites of html which output by
samtools tview
Dependencies
- Linux/Unix
- Samtools
- Python2/Python3
- tar/gzip/zip [optional for compressing]
Usage
bam2html -b <input.bam> chrom:pos # single position
bam2html -b <input.bam> chrom:pos1,pos2... # multiple positions
bam2html -b <input.bam> chrom:start-end # a region of positions
bam2html -b <input.bam> chrom:pos -r /path/to/reference.fa # with reference
bam2html -b <input.bam> chrom:pos -c 300 # set the width of window
bam2html -b <input.bam> chrom:pos -color pink -bg green # set colors
bam2html -bl bam_list pos_list # batch
bam2html -bl bam_list pos_list -s # generate summary.html
bam2html -bl bam_list pos_list -s -x zip # compress the result with zip
bam2html -bl bam_list pos_list -s -x tar.gz # compress the result with tar/gzip
Example Results
- single position: demo.1_985460.html
- multiple positions: demo.1_985460,985463,985469.html
- region positions: demo.1_985461-985465.html
- summary result: summary.html
Meaning of Base's Colors
Color | Mapping Quality | Selector |
---|---|---|
Blue | 0-9 | .tviewcu1 |
Green | 10-19 | .tviewc2 |
Yellow | 20-29 | .tviewc3 |
Black | >=30 | .tviewc4 |
Underline: Secondary or orphan
Documents
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bam2html-1.0.3.tar.gz
(7.4 kB
view details)
File details
Details for the file bam2html-1.0.3.tar.gz
.
File metadata
- Download URL: bam2html-1.0.3.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ecbd3b2e6653d9aeee62ce88b8cb64e11d847634e5ff610680ff7cf1f311c82 |
|
MD5 | 4b467c33e3dc25a79d80c7639b4462a5 |
|
BLAKE2b-256 | b6797713e934e427096d3285ea1117a15b6a63dc8c3992ffe6f133f907a21a89 |