We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use case: monarch-initiative/monarch-app#864
query example (marfans): https://solr-dev.monarchinitiative.org/solr/golr/select/?wt=json&facet=true&json.nl=arrarr&rows=0&q=*:*&facet.pivot=subject_gene_label,relation_label&fq=object_closure:%22MONDO:0007947%22&fq=association_type:variant_disease&facet.pivot=subject_gene_label,subject_gene
We should also support filtering over the clinvar confidence score/star system, which can be accessed via the 'confidence score' field in solr, eg:
Filter out any variants under 2 stars: https://solr-dev.monarchinitiative.org/solr/golr/select/?wt=json&facet=true&json.nl=arrarr&rows=0&q=*:*&facet.pivot=subject_gene_label,relation_label&fq=object_closure:%22MONDO:0007947%22&fq=association_type:variant_disease&facet.pivot=subject_gene_label,subject_gene&fq=confidence_score:[2%20TO%205]
Sounds like @iimpulse has made a start on the ontobio side
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use case: monarch-initiative/monarch-app#864
query example (marfans): https://solr-dev.monarchinitiative.org/solr/golr/select/?wt=json&facet=true&json.nl=arrarr&rows=0&q=*:*&facet.pivot=subject_gene_label,relation_label&fq=object_closure:%22MONDO:0007947%22&fq=association_type:variant_disease&facet.pivot=subject_gene_label,subject_gene
We should also support filtering over the clinvar confidence score/star system, which can be accessed via the 'confidence score' field in solr, eg:
Filter out any variants under 2 stars:
https://solr-dev.monarchinitiative.org/solr/golr/select/?wt=json&facet=true&json.nl=arrarr&rows=0&q=*:*&facet.pivot=subject_gene_label,relation_label&fq=object_closure:%22MONDO:0007947%22&fq=association_type:variant_disease&facet.pivot=subject_gene_label,subject_gene&fq=confidence_score:[2%20TO%205]
Sounds like @iimpulse has made a start on the ontobio side
The text was updated successfully, but these errors were encountered: