Thanks a lot Kristoffer. I have two questions -
You wrote
and then assign gene_names to those where there is no ambiguity. What do you mean by no ambiguity? How can I check that?Given that Stringtie per default doesn't assign gene names, and for DGE/DTE analysis its imperative to know the gene/transcript name corresponding to the count values, this would look like a major flaw. How do people generally go about doing differential expression analysis after running tools like Stringtie? Does everyone face this problem that most of the reads can't be assigned to specific genes/transcripts?
I need to ask you two questions before being able to answer you: 1)Is it only gene-names that are the problem or do you also lack gene_ids? 2) When you ran stringtie --merge did you use the -G option to include a refrence?
Hi Kristoffer,
1) I do see gene_id's in the stringtie merged file, BUT, there are 2.1 million lines in the
stringtie_merged.gtfand for 1.95 million of them, the gene_id is of the formMSTRG.x- only the last 0.15 million lines have gene_id of the formENSG....2) Yes, I did use the -G option :
stringtie --merge -p 8 -G /Volumes/bam/DRG/Homo_sapiens.GRCh38.97.gff3