action monarchinitiative_get_disease_model_associations { label: "Returns associations to models of the disease" description: "In the association object returned, the subject will be the disease, and the object will be the model.\nThe model may be a gene or genetic element.\n\nIf the query disease is a general class, the association subject may be to a specific disease.\n\nIn some cases the association will be *direct*, for example if a paper asserts a genotype is a model of a disease.\n\nIn other cases, the association will be *indirect*, for\nexample, chaining over orthology. In these cases the chain\nwill be reflected in the *evidence graph*\n\n* TODO: provide hook into owlsim for dynamic computation of models by similarity" provider: monarchinitiative method: GET path: "/bioentity/disease/{id}/models" encoding: json input: { type: "object" properties: { direct: { type: "boolean" } direct_taxon: { type: "boolean" } evidence: { type: "string" } exclude_automatic_assertions: { type: "boolean" } facet: { type: "boolean" } facet_fields: { type: "array" items: { type: "string" } } fetch_objects: { type: "boolean" } q: { type: "string" } relation: { type: "string" } rows: { type: "integer" } slim: { type: "array" items: { type: "string" } } sort: { type: "string" } start: { type: "integer" } taxon: { type: "array" items: { type: "string" } } unselect_evidence: { type: "boolean" } use_compact_associations: { type: "boolean" } } additionalProperties: false } output: { type: "object" } }