-
Notifications
You must be signed in to change notification settings - Fork 89
Stringtie merges paralogs #178
Description
Hi,
I ran into an annoying issue when running Stringtie (version 1.3.4d) using alignments from Hisat2 (version 2.1.0).
This is an IGV screenshot illustrating the problem. The upper panel shows read alignment from a typical sample, the middle one corresponds to annotated genes (all members of a multi gene family and somewhat conserved in their 3' end), and the lower one is the output from stringtie merge (I ran Stringtie on individual samples and then ran merge).
As you can see, some predictions end up encompassing more than one gene. At this point, I am wondering whether there could be some issues with the mapping (I used Hisat2 with default parameters with exception of --dta --rna-strandness RF and no exon or splice-junction info were provided when building the genome index). Alternatively, are there parameters in Stringtie that would prevent this behavior?
Thanks for your insights!
