-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error while running topPathways() #8
Comments
@Kamalika17 the error results because there are no hits. I should write a better error message. For you, right now, if you run this command with "verbose=TRUE":
it will show you the API call generated: Going to that link, you can see that no hits were returned:
|
Hi @cannin, Thank you very much. In that case, I think it is generating wrong result because when I search the "PathwayCommons12.All.hgnc.gmt", I see "ADCYAP1R1" has the following pathways associated with it: "http://identifiers.org/reactome/R-HSA-187024", "http://identifiers.org/reactome/R-HSA-418555", "http://identifiers.org/reactome/R-HSA-420092" Is this correct or am I missing something? Thanks |
I'll have to forward this question to other members of the team since R is just returning results from the Pathway Commons API. In the meantime, using the GMT file to get relevant pathways is probably best. |
Hi,
I am trying to get all the pathways associated with a the gene: ADCYAP1R1.
topPathways(q="ADCYAP1R1", organism='9606')
However, I am getting the following error:
"Error in
[.data.frame
(resultsDf, , c("uri", "biopaxClass", "name", "dataSource")) :undefined columns selected"
I see that this particular gene has 3 pathways mentioned in http://www.pathwaycommons.org/.
I am using R 3.6.0 and I have installed the paxtoolsr package using Biocmanager.
Please help me with this.
Thanks in advance.
The text was updated successfully, but these errors were encountered: