Why are my bed graphs and HTseq-count files not agreeing?
1
1
Entering edit mode
8.3 years ago
shanasabri ▴ 40

When I load my bed graphs into IGV I see that 40/96 cells have signal on Xist. However when I look at my counts output from HTseq-counts for the same data I only see about 20 cells with Xist signal. Any ideas why this is?

My HTseq-count command:

~/bin/htseq-count \
        --format=bam \
        --order=name \
        --stranded=no \
        --minaqual=0 \
        --type=exon \
        --mode=union \
        --idattr=gene_id \
        {outdir}/{s}_aligned_sortedByName.bam \
        {GTF} \
    > {outdir}/{s}.counts

My Bedtools command:

~/bin/bedtools \
        genomecov \
        -split \
        -bg \
        -ibam {outdir}/{s}_aligned_sortedByCoord.bam \
        -g {CHROMINFO} \
    > {outdir}/{s}.bedgraph

I should mention that when I load the bed graphs into IGV I auto scale all tracks.

htseq bedgraphs • 1.8k views
ADD COMMENT
1
Entering edit mode
8.3 years ago

Most likely the difference is due to htseq-count excluding multimappers and secondary alignments, which will occur regardless of what the minimum MAPQ is set to.

ADD COMMENT

Login before adding your answer.

Traffic: 1508 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6