diff --git a/README.md b/README.md index 6170a24..41f4ff0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ -Tabele with all cell information considering RAM analysis is saved in data/ as data_overview_mod.csv +Tabele with all cell information considering RAM overview analysis is saved in data/ as data_overview_mod.csv ``` .py frame = pd.read_csv('data_overview_mod.csv') ``` see data_overview_mod.py for loading and filtering. + +The susceptibility model is calculated in threefish\threefish\RAM\calc_model with calc_RAM_model() +The data single cell suceptiblity matrices are calculated in threefish\threefish\RAM\calc_model with calc_RAM_model() and the overview for data_overview_mod are calculated with calc_RAM_overview() + +You cannot use the develop folder (e.g. to change the cells chosen) from the susceptiblity folder. But all data and the folder structure is on anaconda in /home/rudnaya/Desktop/Masterarbeit/work/code +There you can rerun all scripts (the code is in there) and the data is saved automatically, and can be then retrieved in the susceptibility or twobeat folder by runing the redo paramter if defining yourself as the develop folder +See README in /home/rudnaya/Desktop/Masterarbeit/work/code \ No newline at end of file