docs(opentargets): clarify diseases score meaning and EFO/MONDO IDs (#168)#240
Draft
Elarwei001 wants to merge 1 commit into
Draft
docs(opentargets): clarify diseases score meaning and EFO/MONDO IDs (#168)#240Elarwei001 wants to merge 1 commit into
Elarwei001 wants to merge 1 commit into
Conversation
…cverse#168) Clarify in the documentation that the `diseases` resource `score` is OpenTargets' single overall target–disease association score (0–1) aggregated across all data types/sources (not a per-data-source score), and that the returned `disease.id` values are EFO-mapped traits that include not only MONDO diseases but also HP phenotypes and EFO measurements (e.g. "blood protein measurement"). gget returns the associations exactly as OpenTargets reports them; documented how to filter to MONDO terms only. Also updated the diseases example table to the current post-rewrite column names. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
I checked this locally. The PR only touches two docs files, and pre-commit passes on those files. The failing pre-commit.ci check is mypy, with errors in existing gget/*.py files, so it looks like the failure may be unrelated to this docs-only change. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #168
Summary
gget opentargets: Clarified the meaning of thediseasesresourcescorecolumn and the disease IDs in the documentation (resolves issue 168).Testing
Documentation-only change (no functional code modified), so no new unit tests were required.