From fb1c20cdfe16752544197df1ddb481fc024ad3a2 Mon Sep 17 00:00:00 2001 From: encinass1u <jessica-maria.encinas-silvas4@etu.univ-lorraine.fr> Date: Mon, 16 May 2022 07:09:32 +0000 Subject: [PATCH] Cell behavior Codes --- Cell_behavior_initial_steps/Readme_1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cell_behavior_initial_steps/Readme_1.md diff --git a/Cell_behavior_initial_steps/Readme_1.md b/Cell_behavior_initial_steps/Readme_1.md new file mode 100644 index 0000000..ac24c90 --- /dev/null +++ b/Cell_behavior_initial_steps/Readme_1.md @@ -0,0 +1,8 @@ +Readme file for Cell migration carpet + +Gts_selection is the first code that should be run, this allows the choosing of the surface where cells will be seeded. +Uni_cell code intends to follow the cell movement living a trace after it. +Single_cell_prolif_migr perfomes the behavior of one cell and saves the results in images and GIF. +Pluri_cell_prolif_migr.py express the behavior of several cells and saves the result in images and GIF. + +Pickle application for the code are foun in Follow_cell, this code to opens the last traces of the cell and continue from where it was taken. \ No newline at end of file -- GitLab