enrichment
ActiveTool of String Db
declared in 0.1.0
Functional enrichment (GO, KEGG, Pfam, Reactome, …) for a gene set.
Parameters schema
{
"type": "object",
"examples": [
{
"identifiers": [
"9606.ENSP00000269305",
"9606.ENSP00000005339",
"9606.ENSP00000138641"
]
},
{
"species": 10090,
"identifiers": [
"9606.ENSP00000269305"
]
}
],
"required": [
"identifiers"
],
"properties": {
"species": {
"type": "number"
},
"identifiers": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Parent server
String Db
https://github.com/pipeworx-io/mcp-string-db
1/7 registries