Analysis result
Once the analysis is complete, the result will be shown here:Upload Instructions
1. Data format
Your simulation upload should be a csv file with the following columns; please make sure you use the exact same column names including capitalization:- simID: an integer indicating simulation replicate.
Note: we are not (yet) supporting analysis of more than one replicate, so please just use '0' for now. - time: an integer indicating elapsed simulation time.
Note: If your file contains more than 100 time steps (101 points), we will subsample 101 timepoints to keep analysis time manageable. - cellID: a unique integer for every cell in the simulation.
- cellType: integer encoding for the celltype; there should be exactly two unique values in your data.
- x,y: coordinates of the cell, should be numeric.
To ensure your data imports smoothly, please make sure your CSV file uses commas as delimiters (rather than semicolons) and periods for decimal points (rather than commas).