-
Notifications
You must be signed in to change notification settings - Fork 3
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
Regarding provenance and getProperties() #15
Comments
I am confused. I would expect that for the Homo Sapiens gene product database there only is one source for the mapping, and that that is indeed ENSEMBL (although provenance should contain data and version). What other data sources does the webservice show then? |
It returns a list with information regarding all data sources for the given organism (since the input for the call is only the organism). In the case of Homo sapiens:
|
That is actually a bit weird, right. It seems to return information from other loaded databases, at least for reactions and metabolites. I think:
|
This is what the webservice returns if you ask for the properties of homo sapiens (so calling https://webservice.bridgedb.org/Human/properties) (the closest thing we currently have to provenance) |
Yes, that is what I meant. It seems to also return information about the metabolite database and the reaction database when you ask about the human geneproduct database. That must be confusing. |
When using the
getPropeties()
method to obtain provenance information about a given mapper object only provenance information on one data source is provided. For example, in the case of a 'Homo sapiens' mapper I obtain provenance information on the 'Ensembl' data source.However, when using BridgeDb's webservices we obtain a list containing the provenance information of all data sources for a given organism.
I wonder if this is the intended behavior or the R package should display the information for all data sources.
Code to replicate:
The text was updated successfully, but these errors were encountered: