Hi Biostars,
My gtf file (which I got by converting gff file using gffread) has this kind of information:
ctro_c_1 CGOB exon 27749 28666 . + . transcript_id "ctro_CGOB_00001_mRNA"; gene_id "ctro_CGOB_00001"; gene_name "ctro_CGOB_00001";
ctro_c_1 CGOB CDS 27749 28666 . + 0 transcript_id "ctro_CGOB_00001_mRNA"; gene_id "ctro_CGOB_00001"; gene_name "ctro_CGOB_00001";
ctro_c_1 CGOB exon 770839 771455 . - . transcript_id "ctro_CGOB_00002_mRNA"; gene_id "ctro_CGOB_00002"; gene_name "ctro_CGOB_00002";
ctro_c_1 CGOB exon 771521 771554 . - . transcript_id "ctro_CGOB_00002_mRNA"; gene_id "ctro_CGOB_00002"; gene_name "ctro_CGOB_00002";
ctro_c_1 CGOB CDS 770839 771455 . - 2 transcript_id "ctro_CGOB_00002_mRNA"; gene_id "ctro_CGOB_00002"; gene_name "ctro_CGOB_00002";
ctro_c_1 CGOB CDS 771521 771554 . - 0 transcript_id "ctro_CGOB_00002_mRNA"; gene_id "ctro_CGOB_00002"; gene_name "ctro_CGOB_00002";
ctro_CGOB_00002 has two exons but both have the same transcript_id ctro_CGOB_00002_mRNA. If I will use --quantMode TranscriptomeSAM GeneCounts
option with STAR, it will sum up counts from both exons, right?
Thank you very much