Hello,
I'm working with paired-end RNA-seq data and used HTSeq-count in order to count reads that mapped on a reference genome.
I launched the command as follow:
htseq-count --stranded=reverse -a 10 --order=name -t genes -i ID -m intersection-nonempty - htseq_reference_genome.gff --samout htseq_output.sam input_file.sam
Everything seem fine expect that when I check the data in IGV, I found that some reads are wrongly assigned to a gene because they mapped after the 3'UTR of this gene (no problem with the 5' UTR) and in the SAM file output, they have the gene as assignation. Just note that their mates map correctly between the start and stop of the gene.
Hello, I'm working with paired-end RNA-seq data and used HTSeq-count in order to count reads that mapped on a reference genome. I launched the command as follow: htseq-count --stranded=reverse -a 10 --order=name -t genes -i ID -m intersection-nonempty - htseq_reference_genome.gff --samout htseq_output.sam input_file.sam
Everything seem fine expect that when I check the data in IGV, I found that some reads are wrongly assigned to a gene because they mapped after the 3'UTR of this gene (no problem with the 5' UTR) and in the SAM file output, they have the gene as assignation. Just note that their mates map correctly between the start and stop of the gene.
Is there an option I forgot ?
Best regards, Ulysse