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

Question on counting overlapping peaks #72

Open
HenriettaHolze opened this issue Aug 2, 2024 · 1 comment
Open

Question on counting overlapping peaks #72

HenriettaHolze opened this issue Aug 2, 2024 · 1 comment

Comments

@HenriettaHolze
Copy link

Hi, I'm looking at a transcript with a shorter an longer version of an exon.
I was wondering how you count reads for those peaks?
Like reads that map partially to the shorter exon but fully to the longer, or reads that map to the longer but the junction shows they belong to the shorter?
I supply my own peak list using the UTR and CDS regions from my gtf file at the moment.
Thanks!

@HenriettaHolze HenriettaHolze changed the title Question on countring overlapping peaks Question on counting overlapping peaks Aug 2, 2024
@rj-patrick
Copy link
Contributor

Hi @HenriettaHolze,
The peaks are counted individually - in the end we test for the relative usage so we're not attempting to perform transcript reconstruction. So in your case reads overlapping the short and long exons will be counted for both.

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