---
search:
boost: 5.0
---
# Slot: analysis
_Analysis stage of a simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/analysis](https://CCPBioSim.ac.uk/biosim-schema/analysis)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SimulationStages](../classes/SimulationStages.md) | Stages of simulation workflow | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Analysis](../classes/Analysis.md) |
| Domain Of | [SimulationStages](../classes/SimulationStages.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/analysis |
| native | https://CCPBioSim.ac.uk/biosim-schema/analysis |
## LinkML Source
```yaml
name: analysis
description: Analysis stage of a simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- SimulationStages
range: Analysis
```