← Back to catalog

Other

BioLink

auto-generated
swirls add monarchinitiative
actionPOSTv1.0.0

Fetches a map from CURIEs/IDs to labels

Takes 'label' list argument either as a querystring argument or as a key in the POST body when content-type is application/json.

Source
actionGETv1.0.0

Returns a graph node

A node is an abstract representation of some kind of entity. The entity may be a physical thing such as a patient, a molecular entity such as a gene or protein, or a conceptual entity such as a class from an ontology.

Source
actionGETv1.0.0

Returns associations connecting two entities

Given two entities (e.g. a particular gene and a particular disease), if these two entities are connected (directly or indirectly), then return the association objects describing the connection.

Source
actionGETv1.0.0

Returns associations to models of the disease

In the association object returned, the subject will be the disease, and the object will be the model. The model may be a gene or genetic element. If the query disease is a general class, the association subject may be to a specific disease. In some cases the association will be *direct*, for example if a paper asserts a genotype is a model of a disease. In other cases, the association will be *indirect*, for example, chaining over orthology. In these cases the chain will be reflected in the *evidence graph* * TODO: provide hook into owlsim for dynamic computation of models by similarity

Source
actionGETv1.0.0

Returns function associations for a gene

IMPLEMENTATION DETAILS ---------------------- Note: currently this is implemented as a query to the GO/AmiGO solr instance. This directly supports IDs such as: - ZFIN e.g. ZFIN:ZDB-GENE-050417-357 Note that the AmiGO GOlr natively stores MGI annotations to MGI:MGI:nn. However, the standard for biolink is MGI:nnnn, so you should use this (will be transparently mapped to legacy ID) Additionally, for some species such as Human, GO has the annotation attached to the UniProt ID. Again, this should be transparently handled; e.g. you can use NCBIGene:6469, and this will be mapped behind the scenes for querying.

Source
actionGETv1.0.0

Returns the association with a given identifier

An association connects, at a minimum, two things, designated subject and object, via some relationship. Associations also include evidence, provenance etc.

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec