Simple notebok for converting QuimP segmented cell contours to a format that can be imported into Amoepy for downstream analysis of cell morphology over time.
Write instructions to get the sname.csv file from QuimP- Write instructions to run notebook
Make notebook available on Colab (?)- Set up COLAb so that notebook can be run and edited but not save changes (?)
Add a description of the different snake data types- Add example snake.csv file for testing
- Add option to run on entire directory and save each file individually (?)
You first need to convert the .QCONF file containing all the data from the analysis in QuimP into a _snake.csv file:
- Open the
QuimP BARin Fiji - Select the
Format Converterplugin
-
Load the
.QCONFfile containing the contour analysis using theLoad QCONFbutton. -
Select
snakesand make sure to unselectFile per frame, so that it readsFile per cell.
- You will end up with a
_snake.csvfile for each cell detected in your analysis.
The _snake.csv is a TAB-sepparated file with the following structure:
In order to be able to be imported into AmoePy, the snake contour coordinates need to be converted into a .txt file with the following format:
The conversion notebook is also available in Google Colab



