This is a test version of Biostars. For the public version, visit https://www.biostars.org.
StringTie required filtered BAM

Hi, AUGUSTUS comes with a script which can filter BAM files

filterBam –uniq –paired –pairwiseAlignment –in Aligned.out.ss.bam –out Aligned.out.ssf.bam

Does StringTie does any filtering by its own or would it be possible to improve StringTie by using the above script?

Thank you in advance

rna-seq gene annotation assembly

1 answer

I woul not use filtered bam files:

  1. Firstly StringTie handles all types of reads and since the mapping context (unique, multi etc) are annotated there it knows about it.
  2. Secondly you would throw a lot of useful data away.

Log in to answer this question.