Shear Induced Diffusion of Platelets revisited
收藏资源简介:
* Dataset and python files (Python3) to reproduce all figures and simulations presented in the manuscript. <em> ANALYSIS of NPFEM DATA:</em> <strong>FILES:</strong> Data_npFEM.zip (separate files of platelets trajectory); analysis_npFEM.py (python code to reproduce the figures presented in the manuscript); module_npFEM.py (python module with functions used in analysis_npFEM.py <strong>EXECUTION:</strong> python3 analysis_npFEM.py arg1 arg2 arg3 <strong>ARGUMENTS:</strong> arg1 (path to the data); arg2 (0 or 1 ; "1" means that the figure is reproduced); arg3 (0 or 1 ; "1" means that the figure is reproduced); <strong>EXEMPLE:</strong> To execute the code with the second figure reproduced only; python3 analysis_npFEM.py Data_npFEM/ 0 1 <strong>REQUIREMENTS: </strong>pandas,<strong> </strong> numpy, scipy, os, powerlaw (https://doi.org/10.1371/journal.pone.0085777) ANALYSIS of STOCHASTIC MODEL: <strong>FILES:</strong> Data_stochastic_model.zip (contains data from npFEM used in the analysis of the stochastic model); analysis_stochastic_model.py (python code to reproduce the figures presented in the manuscript); module_stochastic_model.py (python module with functions used in analysis_stochastic_model.py <strong>EXECUTION:</strong> python3 analysis_npFEM.py arg1 arg2 arg3 arg4 arg5 arg6 <strong>ARGUMENTS:</strong> arg1 (path to the data); arg2 (0 or 1 ; "1" means that the figure is reproduced); same for arg3, arg4, arg5 and arg6 <strong>EXEMPLE:</strong> To execute the code with the fourth figure reproduced only; python3 analysis_stochastic_model.py Data_stochastic_model/ 0 0 0 1 0 <strong>REQUIREMENTS: </strong>numpy, scipy, random, powerlaw (https://doi.org/10.1371/journal.pone.0085777)



