Mobidb Tools¶
Configuration File: mobidb_tools.json
Tool Type: Local
Tools Count: 2
This page contains all tools defined in the mobidb_tools.json configuration file.
Available Tools¶
MobiDB_get_consensus (Type: MobiDBTool)¶
Get consensus disorder analysis for a protein from MobiDB, focusing on merged/consensus predictio…
MobiDB_get_consensus tool specification
Tool Information:
Name:
MobiDB_get_consensusType:
MobiDBToolDescription: Get consensus disorder analysis for a protein from MobiDB, focusing on merged/consensus predictions, phase separation data, and binding mode transitions. Returns predicted disorder regions from MobiDB-lite, curated disorder regions merged across all evidence sources, phase separation propensity, and disorder-to-order/disorder-to-disorder binding mode transitions. Useful for understanding how a protein’s disordered regions function in signaling, condensate formation, and protein-protein interactions. Example: P04637 (TP53) shows phase separation regions and binding mode transitions in the transactivation domain.
Parameters:
accession(string) (required) UniProt accession (e.g., ‘P04637’ for TP53, ‘P00533’ for EGFR).
Example Usage:
query = {
"name": "MobiDB_get_consensus",
"arguments": {
"accession": "example_value"
}
}
result = tu.run(query)
MobiDB_get_protein (Type: MobiDBTool)¶
Get comprehensive protein disorder data from MobiDB for a UniProt accession. MobiDB integrates cu…
MobiDB_get_protein tool specification
Tool Information:
Name:
MobiDB_get_proteinType:
MobiDBToolDescription: Get comprehensive protein disorder data from MobiDB for a UniProt accession. MobiDB integrates curated disorder from DisProt, predicted disorder from MobiDB-lite, structural data from PDB, PTM annotations, and binding mode information to provide a complete picture of protein intrinsic disorder. Returns predicted disordered regions with residue-level scores, curated disorder regions, linear interacting peptides (LIPs), PTM summary, and subcellular localization. Example: P04637 (TP53) shows predicted disorder at N-terminus (1-90) and C-terminus (360-393), curated disorder from DisProt, 28+ PTM types including phosphoserine and acetyllysine, localized to cytoplasm/nucleus/mitochondria.
Parameters:
accession(string) (required) UniProt accession (e.g., ‘P04637’ for TP53, ‘P00533’ for EGFR, ‘P38398’ for BRCA1).
Example Usage:
query = {
"name": "MobiDB_get_protein",
"arguments": {
"accession": "example_value"
}
}
result = tu.run(query)