diff --git a/README.md b/README.md index 4966266b15c8a29cdc6c850f606da8ced19dabbf..53adc589093a22c618939df0ec0a577ab442cbd3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This directory contains: - The "TrainedNDE": the neural density estimator trained using the 300,000 simulations in the mackelab sbi package. This can be loaded in python to evaluate and obtain the posterior distribution as described in 'FindPosterior.py". - - The "Simulator.py" contains the functions to perform simulations with the biophysical computational model of hiPSC-derived neuronal networks on MEA. The "elecranges.dat" is necessary for this. + - "Simulator.py" contains the functions to perform simulations with the biophysical computational model of hiPSC-derived neuronal networks on MEA. The "elecranges.dat" is necessary for this. - "FeatureExtraction.py" has the function to extract the MEA features from spike trains of either either simulations or experimental data. It also has a function to compute spike rates per electrode that can be used as input to an embedding network.