get_coverage_info
Retrieve sequence coverage details for AlphaFold protein structure predictions using a UniProt accession ID.
Instructions
Get information about sequence coverage in the AlphaFold prediction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uniprotId | Yes | UniProt accession |
Input Schema (JSON Schema)
{
"properties": {
"uniprotId": {
"description": "UniProt accession",
"type": "string"
}
},
"required": [
"uniprotId"
],
"type": "object"
}