You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I used FLAIR correct, collapse and quantification modules after aligning Nanopore fastq files to the respective genome using minimap2. I used the following commands -
While for most of the identified isoforms, the number of reads mapping to that isoform and the counts in the quantification output match, but for some the quantification returned is higher. For example -
As you can see, the number of reads mapped here are 5, but quantification gives 6. Why could this be happening and what is the solution?
Thanks!
-Pallavi
The text was updated successfully, but these errors were encountered:
Just to add - from a total for 2815 isoforms identified for our sample - the numbers matched for 1955 cases, while quantification gave higher counts for 787 isoforms and lower counts in 73 isoforms.
In IGV, it looks like this where the red ticks indicate the reads that were represented in the read-to-isoform map
I think this is not an issue, just something that needs better documentation if I understand your situation correctly. If the mapped reads are in the isoform.read.map.txt file generated by FLAIR collapse and you're comparing them to FLAIR quantify, is is possible for these reads to not match up. This is because the process of de novo isoform identification in FLAIR collapse is distinct from the isoform quantification in FLAIR quantify. They share a lot of similarities and should produce similar, but not necessarily exactly the same, results. If you have to pick one to trust, I would pick the quantify file. You can also tell quantify to produce a read.map.txt file if you need that for your downstream pipeline.
Hi, I used FLAIR correct, collapse and quantification modules after aligning Nanopore fastq files to the respective genome using minimap2. I used the following commands -
While for most of the identified isoforms, the number of reads mapping to that isoform and the counts in the quantification output match, but for some the quantification returned is higher. For example -
As you can see, the number of reads mapped here are 5, but quantification gives 6. Why could this be happening and what is the solution?
Thanks!
-Pallavi
The text was updated successfully, but these errors were encountered: