-
Notifications
You must be signed in to change notification settings - Fork 15
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
splice junction usage between multiple tissues #26
Comments
See section 8.2 of the JunctionSeq user manual. Note that this will only work if you have at least 2 samples for each tissue type. As always, you need biological replicates. So say you have 3 levels:
Load the junctionSeq example dataset:
And now you can just do the analysis normally:
These output files will have multiple columns for the expression estimates of the different levels, and will have the fold changes for each possible pair. |
@hartleys thanks, sorry for late response will try this and keep you posted. |
Did you try it? Actually, I have a similar case, wherein I wish to perform all tissue vs all tissue comparison. But the above code gives me all against one (LFCA/B), (LFCA/C), (LFCA/D), where A,B,C,D are tissue types. Also, I get a single significant gene list. |
Hello @hartleys
Thank you for developing this method.
I had a question,
Can this model be used to detect tissue specific splice junction usage across n=5 tissues? at the same time?
I used dexseq earlier but i fail to find contrast function like DESeq2, is it possible to perform such analysis using JunctionSeq?
Many thanks.
The text was updated successfully, but these errors were encountered: