-
Notifications
You must be signed in to change notification settings - Fork 223
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
selectedPathways argument in oncoplot not functioning properly with user-defined pathways #1041
Comments
This issue is stale because it has been open for 60 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Hi, I'm sorry for the late response. I somehow overlooked the issue. Thank you for reporting and, I have fixed it. If you are still working on it, I would appreciate it if you could try it and let me know if this helps. |
This issue is stale because it has been open for 60 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Hi,
I'm having an issue with the "selectedPathways" argument in the oncoplot function, when using my own user-defined pathways. I either get the error below (with code):
OR, it works, but the number of samples affected is incorrect. For example, for the pathway "REACTOME_FGFR2_ALTERNATIVE_SPLICING", the results of the "pathways" function indicates that 24 out of 37 samples should be altered. If I take the list of genes in that pathway and provide it as an argument to the oncoplot through the "genes" argument, then I correctly get 24/37. If I provide the pathway name through the "selectedPathways" argument, I instead get 8/37 altered, which seems to be incorrect. Below is all the code and the results I'm getting - would appreciate your help.
I've also attached the pathway data-frame I'm providing as input. I had to switch the order of the Gene and Pathways column, as it seems that the pathways function expects the pathway column first, whereas the oncoplot function expects the gene names first.
reactome_pathways.txt
output with specifying the pathway genes manually
**output with oncoplot pathways function**Thanks for the great package, it's been really helpful for my analysis.
The text was updated successfully, but these errors were encountered: