Skip to content
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

Add consumes fields for text mining provider kps #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions infores_catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3599,6 +3599,9 @@ information_resources:
- https://pubmed.ncbi.nlm.nih.gov/
knowledge_level: knowledge_assertion
agent_type: not_provided
consumed_by:
- infores:text-mining-provider-cooccurrence
- infores:text-mining-provider-targeted
- id: infores:pubmed-central
status: released
name: PubMed Central
Expand All @@ -3611,6 +3614,8 @@ information_resources:
consumed_by:
- infores:multiomics-multiomics
- infores:multiomics-microbiome
- infores:text-mining-provider-cooccurrence
- infores:text-mining-provider-targeted
- id: infores:quickgo
status: deprecated
name: QuickGO
Expand Down Expand Up @@ -4088,6 +4093,9 @@ information_resources:
have been found to co-occur in the scientific literature. Here, cooccurrence of
a pair of biomedical concepts within a single document or sentence serves as a
proxy for a potential relationship between the two concepts.
consumes:
- infores:pubmed
- infores:pubmed-central
consumed_by:
- infores:aragorn
- infores:arax
Expand All @@ -4103,6 +4111,9 @@ information_resources:
sentences in the scientific literature. Here, targeted refers to the fact that
this service is based on text-mining models targeted to extract specific associations
between concepts, as opposed to concepts cooccurring with each other.
consumes:
- infores:pubmed
- infores:pubmed-central
consumed_by:
- infores:service-provider-trapi
- infores:unsecret-agent
Expand Down