get_organism_stats
Retrieve AlphaFold coverage statistics for a specific organism to analyze protein structure prediction data. Input the organism name for detailed insights.
Instructions
Get statistics about AlphaFold coverage for an organism
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organism | Yes | Organism name |
Input Schema (JSON Schema)
{
"properties": {
"organism": {
"description": "Organism name",
"type": "string"
}
},
"required": [
"organism"
],
"type": "object"
}