-
Notifications
You must be signed in to change notification settings - Fork 10
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
variable event support #1
Comments
Hi Peter,
Variable SUPPA events are supported.
We did some benchmarking with RT-PCR experiments in plants
and they work better than using the strict boundaries.
JC might be able to tell you more about it.
Please, let me know if you see any issues with the variable events.
Thanks
Eduardo
…On Tue, Jan 9, 2018 at 4:13 PM, PeterVenhuizen ***@***.***> wrote:
Will variable SUPPA events be supported?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMWVB-dOQ4b9tEvHRQuZbRSWV9H5R8H_ks5tI4IIgaJpZM4RX-Xb>
.
--
Dr E Eyras
ICREA Research Professor
Universitat Pompeu Fabra
PRBB, Dr Aiguader 88 Tel: +34 93 316 0502 (ext 1502)
E08003 Barcelona, Spain Fax: +34 93 316 0550
http://scholar.google.com/citations?user=LiojlGoAAAAJ
http://www.researcherid.com/rid/L-1053-2014
http://regulatorygenomics.upf.edu/
|
Hi Eduardo, as of now I cannot use the suppa_to_bed.py script to generate the bed files for the RI events, because it expects 4 coordinates in the event_id, but the variable RI event_ids only contain the coordinates of the retained intron. Best |
Thanks for pointing this out. We did not develop this part yet.
Yes, you can generate bed files from the event coordinates to run MoSEA.
MoSEA can read the standard events, but not yet the variable-boundary
notation, but it can also
read any bed file.
Thanks
Eduardo
…On Wed, Jan 10, 2018 at 8:37 AM, PeterVenhuizen ***@***.***> wrote:
Hi Eduardo,
as of now I cannot use the suppa_to_bed.py script to generate the bed
files for the RI events, because it expects 4 coordinates in the event_id,
but the variable RI event_ids only contain the coordinates of the retained
intron.
Running the suppa_to_bed.py with variable events thus gives me
IndexErrors. I assume that I could run MoSEA if I generate the bed files
myself, but I was wondering whether the suppa_to_bed.py script would be
updated to support variable events.
Best
Peter
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMWVBwt2B1MqBf-s4Yo8y6Cae-m3J2DKks5tJGi0gaJpZM4RX-Xb>
.
--
Dr E Eyras
ICREA Research Professor
Universitat Pompeu Fabra
PRBB, Dr Aiguader 88 Tel: +34 93 316 0502 (ext 1502)
E08003 Barcelona, Spain Fax: +34 93 316 0550
http://scholar.google.com/citations?user=LiojlGoAAAAJ
http://www.researcherid.com/rid/L-1053-2014
http://regulatorygenomics.upf.edu/
|
I've written an updated version of the fun_RI_bedfile function, which supports variable events. I have thus far not extensively tested it, but it is able to generate the V1, V2, and V3 coordinates from the variable RI events. However, I think it will break if an variable RI event is given, but no ext_len, I have not yet tested for this. The updated function is below. Feel free to use it.
|
Will variable SUPPA events be supported?
The text was updated successfully, but these errors were encountered: