Can I use sorted bam files from STAR with Stringtie?
Hey,
I mapped my fastq files using STAR. The output now is a sorted bam files. I wanted to try Stringtie instead of cufflinks.
But since my output doesn't contain the tag XS, Can Stringtie deal with it ?
Thank you!
• 5,536 views
•
link
1 answer
hi,
STAR has the provision of returning the XS attribute with the --outSAMstrandField parameter.
• 0 views
•
link
Log in to answer this question.
Thank you a lot!!
Okay. What if I already mapped without this option, can I still use Stringtie?
hi,
From StringTie Manual page -
So, you would need to redo if you want to use StringTie or Cufflinks.