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

Import output from Whippet into Psichomics #405

Open
hegu2692 opened this issue Mar 19, 2020 · 2 comments
Open

Import output from Whippet into Psichomics #405

hegu2692 opened this issue Mar 19, 2020 · 2 comments

Comments

@hegu2692
Copy link

Hello, I used Whippet to generate files contains Gene, Node, Coord, Strand, Type, Psi, CI_Width, CI_Lo, Hi, Total_Reads, Complexity, Entropy, Inc_Paths, Exc_Paths, Edges (https://github.com/timbitz/Whippet.jl). Can you teach me how to prepare the input file from it so I can continue the downstream analysis? Thanks.

@nuno-agostinho
Copy link
Owner

Dear @hegu2692, this is now possible to do with the new update: psichomics 1.14.2.

You will have to prepare a tab-separated values (TSV) file where the first column is named AS Event ID. This column must contain unique IDs. In the case of Whippet, I suggest to concatenate the information on the first five columns (Gene, Node, Coord, Strand and Type), e.g. NFIA 2 chr1:61547534-61547719 + AF.

The following columns of the table should contain PSI values (or NA) for each sample. Example:

AS Event ID SAMPLE-01 SAMPLE-02 SAMPLE-03
NFIA 2 chr1:61547534-61547719 + AF 0.782 NA 0.655
NFIA 4 chr1:61548433-61548490 + CE 0.231 0.122 0.243
TSTX 5 chr6:28845773-28845789 - RI NA 0.982 0.564
PLLM 3 chr4:47364758-47364824 - CE 0.532 0.453 0.364

You can check my tutorial on how to prepare data for psichomics, including sample metadata and gene expression tables.

I am planning a future update that automatically prepares Whippet output to be loaded in psichomics, but it may take a while to be ready. If you have any further questions, feel free to contact me. Cheers!

@nuno-agostinho nuno-agostinho pinned this issue Aug 12, 2020
@hegu2692
Copy link
Author

hegu2692 commented Sep 6, 2020 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