You're viewing a demo portfolio

Join the waitlist
PRSM

ortholog_map

Active

Tool of com.seqbench/workbench

declared in 1.1.0

Look up the orthologous (or paralogous) gene for up to 50 gene symbols in a target species, via Ensembl's homology-by-symbol REST endpoint. Symbols with no homology record are reported in `unmapped`, never silently dropped.

Parameters schema

{
  "type": "object",
  "required": [
    "symbols",
    "targetSpecies"
  ],
  "properties": {
    "type": {
      "enum": [
        "orthologues",
        "paralogues",
        "all"
      ],
      "type": "string",
      "default": "orthologues",
      "description": "Homology type to return. Defaults to orthologues."
    },
    "symbols": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Gene symbols to look up, up to 50 (e.g. [\"TP53\", \"BRCA1\"])."
    },
    "sourceSpecies": {
      "type": "string",
      "default": "human",
      "description": "Ensembl species slug the symbols belong to (e.g. \"human\", \"mouse\"). Defaults to \"human\"."
    },
    "targetSpecies": {
      "type": "string",
      "description": "Ensembl species slug to find homologs in (e.g. \"mouse\", \"rat\", \"zebrafish\", \"fruit_fly\")."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.seqbench/workbench

1/7 registries
View full server →