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

exon bed file #7

Open
ArashDepp opened this issue Mar 8, 2022 · 2 comments
Open

exon bed file #7

ArashDepp opened this issue Mar 8, 2022 · 2 comments

Comments

@ArashDepp
Copy link

Hi,
I have two questions regarding the exon bed file. Would appreciate your time and help in this.

  1. Should I provide non-overlapping disjoint exons for a gene OR all the exons from gencode gtf file would work (which often overlap at their boundaries)?

  2. In case I provide only the non-overlapping intervals for a gene, will free PSI infer other possible isoforms having exons with different ends than the provided bed files?

Best.

@JY-Zhou
Copy link
Owner

JY-Zhou commented Mar 13, 2022

Sorry for my delayed reply, and appreciate your interest in FreePSI. :)

For the first question, FreePSI can only deal with non-overlapping disjoint exons for a gene. If there are overlapped exons, I suggest preprocessing the annotation files into non-overlapping exons.
This preprocessing can always work, e.g. if A and B are overlapped, it can be represented as A, A∩B, B.
This script can help you to do the preprocess: scripts/mergeToFlatGene.py.

For the second question, the answer is no. FreePSI only estimates PSI value for the provided non-overlapping exons. However, if you have some potential regions that might be new exons, you can directly add these regions to the annotation file, and check the estimated PSI values for these regions. (Note that FreePSI doesn't care about the composition of isoforms.)

Hope this would help, and really sorry for my late reply.

@ArashDepp
Copy link
Author

ArashDepp commented Mar 14, 2022 via email

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