action monarchinitiative_get_entity_set_homologs { label: "Returns homology associations for a given input set of genes" provider: monarchinitiative method: GET path: "/bioentityset/homologs/" encoding: json input: { type: "object" properties: { subject: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }