HT-Seq, Gene ID appeared in Gene Name row
1
0
Entering edit mode
2.1 years ago
TM ▴ 20

Hi, I am doing alignment with HISAT2 and couting with HT-seq. I got the counting matrix but i found there are gene ID appear in the gene name row. Is it normal that gene ID can appear like this or are there any problems regarding the counting step? Please help me, thank you in advance!enter image description here

RNA-seq output Counting table HT-seq • 878 views
ADD COMMENT
0
Entering edit mode

while running ht-seq, by default -i option is gene_id. use -i gene_name, this will assign gene names instead of gene ids.

ADD REPLY
0
Entering edit mode

The following is my script: python3 -m HTSeq.scripts.count -f bam -r pos -m union -s reverse -t exon -i gene_id \ --additional-attr=gene_name \

So I need to change -i gene_id -> -i gene_name, how about the additional-attr, is it remain gene_name the same?

ADD REPLY
0
Entering edit mode

check your file that you used to specify the annotations, investigate the attributes for the transcripts in question

ADD REPLY
0
Entering edit mode

Can you help me check my script? I am quite beginner in HT-seq. python3 -m HTSeq.scripts.count -f bam -r pos -m union -s reverse -t exon -i gene_id \ --additional-attr=gene_name \

ADD REPLY
0
Entering edit mode
2.1 years ago

look at your annotation file, that is where the discrepancy might be located

ADD COMMENT
0
Entering edit mode

Thank for your helpful answer, I checked again and found that I used different versions between the index and annotation file.

ADD REPLY

Login before adding your answer.

Traffic: 1946 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