II.
LibraryProcess JSON
Structured · livelib-process:bioinformatics--protein-structure-prediction
protein-structure-prediction json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:bioinformatics--protein-structure-prediction",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "protein-structure-prediction",
"description": "Protein Structure Prediction - Computational prediction of protein 3D structures using\nAlphaFold, RoseTTAFold, and homology modeling approaches. Includes structure validation and quality assessment.",
"libraryPath": "library/specializations/domains/science/bioinformatics/protein-structure-prediction.js",
"specialization": "bioinformatics",
"references": [
"- AlphaFold: https://alphafold.ebi.ac.uk/\n- RoseTTAFold: https://github.com/RosettaCommons/RoseTTAFold\n- SWISS-MODEL: https://swissmodel.expasy.org/\n- MolProbity: http://molprobity.biochem.duke.edu/"
],
"example": "const result = await orchestrate('specializations/domains/science/bioinformatics/protein-structure-prediction', {\n projectName: 'Drug Target Structure Prediction',\n sequences: [{ id: 'protein1', sequence: 'MKTAY...' }],\n modelingMethod: 'AlphaFold'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "skill-area:python-data-pipelines",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "domain:bioinformatics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "role:biomedical-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "specialization:biomedical-informatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--protein-structure-prediction",
"to": "specialization:bioinformatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}