Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantify a sample with two different annotations will generate different results on their common transcripts in the two annotations #273

Closed
dudududu12138 opened this issue Jan 2, 2025 · 2 comments

Comments

@dudududu12138
Copy link

Hi, I have a new question about your discussions in #249. I have two reference annotations A and B and they share most common transcripts while they also have some private transcripts. Then I ran reference based quantification with the two annotations separately(input the same bam file). Will the quantification results be same between the common transcripts both in A and B?

@andrewprzh
Copy link
Collaborator

Dear @dudududu12138

In general, I'd say no.
For example, say we have a gene, for which annotation A has 3 isoforms I1 I2 I3 and annotation B has 1 extra isoform I4. Let's say this extra isoform I4 is quite similar to one of the 3 common isoforms, let's say I1. Then, it can happen that some of the reads will be uniquely assigned to I1 when using A, but when using B, the algorithm won't be able to unambiguously choose between I1 and I4, thus making these reads as ambiguous. This will result in different quantification results.

Best
Andrey

@dudududu12138
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants