Hello,
My input :
50 bp RNA Seq single end illumina reads mapped to GRCh 38 from ensemble.
Mapping was performed both by STAR and bowtie-2.For star almost 70% reads were uniquely mapped and I used HtSeq to count the features:
python -m HTSeq.scripts.count -t exon -m union -s no 1.sam $ref > 1.sam_1.counts
and for the gene "ENSG00000100219" I got a feature count of 0. I tried to see if there was any mapping for this gene
samtools view 1.bam 22:28794555-28800597 | wc -l
and found that there were 2899 reads mapped.
I tried counting just the transcript and the gene to no avail.
I am quite not sure why this would be the case? Please let me know if my understanding is right. Is there an issue with the alignment or htseq flags?
My input :
50 bp RNA Seq single end illumina reads mapped to GRCh 38 from ensemble.
Mapping was performed both by STAR and bowtie-2.For star almost 70% reads were uniquely mapped and I used HtSeq to count the features:
python -m HTSeq.scripts.count -t exon -m union -s no 1.sam $ref > 1.sam_1.counts
and for the gene "ENSG00000100219" I got a feature count of 0. I tried to see if there was any mapping for this gene
samtools view 1.bam 22:28794555-28800597 | wc -l
and found that there were 2899 reads mapped.
I tried counting just the transcript and the gene to no avail.
I am quite not sure why this would be the case? Please let me know if my understanding is right. Is there an issue with the alignment or htseq flags?
Comment