Aboutarticle.txt 2.4 KB

12345678910111213
  1. Our recorded raw MEA data is stored in HDF5 format. The main features of HDF5 file format are groups and datasets. Each group can contain other groups and dataset. Each group or dataset may be assigned with attributes.In our case, each HDF5 file contain two main groups: '/Data' and '/DataInfo'. The group '/Data' includes separate group for each well labelled correspondingly. Each well group includes number of datasets: a separate dataset for each electrode of that well which contain the corresponding waveform in Volts.
  2. The group '/DataInfo' contains two datasets : 'ExcludedWells' and 'InactiveChannels'; and six attributes: 'SamplingFrequencyInHz', 'DurationInSec', 'RecordingUnits', 'Volts',' DIV', 'Plate type'.
  3. To access a particular dataset the user should use specific command for HDF5 dataset reading with the corresponding HDF5 file name and the desired dataset address as its parameters.
  4. The same refers to the attributes of '/DataInfo' group.
  5. Should we have a couple of examples here?
  6. The name of each file contains the following information. The names of raw files consists of 4 blocks separated by the underscore symbol. The first block represents the origin of the cells: either "hPSC" or "Rat". The second block refers to the date of the experiment in "ddmmyy" format omitting the first zero in case of its appearance.The third block specifies the sequence MEA plate label. Please, note, that the rat and human data have same sequence labels e.g. MEA1, MEA2, etc. The fourth block designates the DIV number.
  7. For pharmacological experiments the DIV label continues with the specific postfix like "Baseline", "Pharma" or "TTX" which indicates the corresponding stage of the experiment.
  8. For meaRtools, the input file set includes spike files (obtained from MATLAB for each recording day), ExpLog and the noisy electrode listing. All the mentioned files are in csv format. The Explog file contains treatment info for the corresponding analysis set (one or more DIVs) and named after the firts DIV of the experimental set. If the well is excluded from the experiment this information is recorded in the ExpLog file likewise. The Noisy electrodes "?" file contains the table of noisy electrodes for each DIV of the experimental set. These electrodes demonstrate heavily noise-contaminated waveforms and are to be excluded from the analysis to avoid distortion of the resulting statistics.