YangLab / CIRCexplorer2

circular RNA analysis toolset
http://circexplorer2.readthedocs.org/
Other
76 stars 42 forks source link

back_spliced_junctions.bed #59

Open ericbrzoska opened 2 years ago

ericbrzoska commented 2 years ago

Hi,

my task is to compute the coverage from the tophat2 accepted_hits.bam with the back_spliced_junction.bed, but I don´t know if the results I got from...

samtools depth -H -o Coverage/cov_TT17 -b back_spliced_junction.bed accepted_hits.bam

...are right. Can someone explain me what the columns after the first three [chrom, start, end] ones describe? Or does someone know if they are even used by samtools?