get_ontology_metrics
Analyze usage statistics and assess quality metrics for a specific ontology to evaluate its performance and relevance in biological research.
Instructions
Get usage statistics and quality metrics for an ontology
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ontology | Yes | Ontology acronym |
Input Schema (JSON Schema)
{
"properties": {
"ontology": {
"description": "Ontology acronym",
"type": "string"
}
},
"required": [
"ontology"
],
"type": "object"
}