Synaptic events fitting with user data

This Use Case allows a user to fit data of synaptic events models from the NeuroInformatics Platform.

Selecting this Use Case, two Jupyter Notebooks are cloned in a private existing/new Collab.

The cloned Notebooks are:

Synaptic events fitting with user data - Config

It allows the user to:

  1. Select a local experimental file

../../../_images/select_exp.png

At this time, the only accepted format for the experimental file is a text file with time in the first column and individual traces in successive columns. All columns must be of the same length.


  1. Fill in the form with the values needed to write a configuration file: the number of traces in the experimental file, the protocol (voltage clamp amplitude and reversal potential of the synapse). The name of the parameters to be fitted, their initial values and the allowed vatiation range, exclusion rules, and an optional set of dependencies for other parameters are by default those corresponding to the model from the NeuroInformatics Platform

../../../_images/fill_form.png

../../../_images/fitting_params.png

../../../_images/dependencies.png

  1. Configure the parameters of the optimization job: the title of the job, the number of nodes, the number of cores and the runtime. Run the fitting procedure using UNICORE authentication on JURECA (booster partition), GALILEO, or on NSG (using your account), and check the job status.

On JURECA the number of nodes, number of CPUs per node and runtime are set by default to 2, 24 and 10m respectively


On GALILEO the number of nodes, number of CPUs per node and runtime are set by default to 2, 36 and 10m respectively


The user needs to be aware of the limitations imposed by each HPC system on resources


On NSG the number of nodes, number of cores and the runtime are set by default to 2, 24 and 0.5 respectively. The maximum number of nodes available per job is 72. If you require more than 72 nodes please contact nsghelp@sdsc.edu. The maximum number of cores required per node is 24.

../../../_images/submission_process_02.png

Note that when the job is submitted through UNICORE, the user can specify the project to use to submit the job on the HPC.


../../../_images/unicore1.png

Note that, when the job is submitted through NSG, the user can see the submission date converted to CET time, next to the status of the job. This will be useful in the analysis notebook in order to fetch the job.

The user can choose to fit all experimental traces 100 times, a single trace 20 times or to use a demo version where a trace is fitted 5 times. For the single trace and the demo version the user can choose the trace to be fitted.


Once the job is completed, the output files will be in the Collab storage under different directories, according to the system used.

JURECA: results are saved under the resultsJureca/jobtitle_fitting_submissionTime folder.

GALILEO: results are saved under the resultsGalileo/jobtitle_fitting_submissionTime folder.

NSG results are saved under the resultsNSG/jobtitle_fitting_submissionTime folder.


  1. If you are interested in the code, click on the “Click here to toggle on/off the source code” button

../../../_images/toggle_button3.png

  1. If you want to start a new fitting from the beginning, click on the “Click here to start a new fit” button.

../../../_images/Restart1.png

Synaptic events fitting with user data - Analysis

This Jupyter Notebook allows the user to fetch the fitting results from the storage of the HPC system to the storage of the Collab or to analyze the optimized parameters. If the user wants to view an analysis of simulations that are already in the storage of the Collab, (s)he can skip the ‘View simulations’ tab and go directly to the ‘View analysis’ tab.

../../../_images/viewsim1.png

In the ‘View simulations’ tab, the user can visualize the Name/ID, status, the submission date of the simulations submitted on the HPC systems and (s)he can obtain an output of successfully completed jobs.

../../../_images/viewsimulations.png

../../../_images/viewsimulations2.png

../../../_images/viewsimulations3.png

In the ‘View analysis’ tab, the user can analyze the optimized parameters for default data and a mod file combination or browse through the optimized parameters available in the Collab storage.

../../../_images/viewanalysis1.png

The user can visualize the data in table form, a box plot and the best fit.

  1. The table of results (sorted in ascending order by the fitting error).

../../../_images/results_table.png


  1. The boxplot of the normalized results.

../../../_images/results_box.png


  1. The best fit.

../../../_images/results_fit.png


If you are interested in the code, click on the “Click here to toggle on/off the source code” button.

../../../_images/toggle_button2.png