QTLtools-bamstat(1) | Bioinformatics tools | QTLtools-bamstat(1) |
QTLtools bamstat - Calculate stats of overlap between an RNAseq BAM file and an annotation
QTLtools bamstat --bam [sample.bam|sample.sam|sample.cram] --bed [gene_annotation.bed] --out output_file [OPTIONS]
This mode counts the number of RNAseq reads, and the ones that overlap with an annotation file. We recommend using uniquely mapping reads only by specifying the correct --filter-mapping-quality.
1 | The total number of reads in the BAM file |
2 | The number of mapped sequencing reads passing the --filter-mapping-quality |
3 | The number of mapped sequencing reads falling within the annotations specified with --bed |
4 | The total number of annotations in the --bed file |
5 | The number of annotations covered by at least one sequencing read |
QTLtools website: <https://qtltools.github.io/qtltools>
Please submit bugs to <https://github.com/qtltools/qtltools>
Delaneau, O., Ongen, H., Brown, A. et al. A complete tool set for molecular QTL discovery and analysis. Nat Commun 8, 15452 (2017). <https://doi.org/10.1038/ncomms15452>
Olivier Delaneau (olivier.delaneau@gmail.com), Halit Ongen (halitongen@gmail.com)
06 May 2020 | QTLtools-v1.3 |