create_model
Create a new GO-CAM model for biological pathway representation. Build causal activity models to capture gene function relationships and biological processes.
Instructions
Create a new empty GO-CAM model.
Args: title: Optional title for the model
Returns: Barista API response containing the new model ID and editor URLs
Examples:
create_model("RAS-RAF signaling pathway")
Notes: - The returned model_id can be used with other tools like add_individual - Models are created in "development" state by default - To add taxon information, use add_individual after creating the model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No |