Browse Source

Update file descriptions

Larissa Höfling 2 years ago
parent
commit
03ff7e1465
1 changed files with 7 additions and 6 deletions
  1. 7 6
      README.md

+ 7 - 6
README.md

@@ -3,17 +3,18 @@ This repository hosts the data of [https://www.biorxiv.org/content/10.1101/2021.
 
 The files contain the following data and information:
 
-* bio/bc_dataset_A:
+* bio/bc_dataset_A (pickle):
     * This file contains the preprocessed bipolar cell data in response to the local and full-field chirp, their IPL (inner plexiform layer) depths and cell type labels obtained from Franke, Berens et al. (2017), *Inhibition decorrelates visual feature representation in the inner retina*, Nature.
 
-* bio/bc_dataset_B
+* bio/bc_dataset_B (pickle)
     * This file contains the preprocessed bipolar cell data in response to the local and full-field chirp and their IPL depths obtained from Zhao, Klindt et al. (2020), *The temporal structure of the inner retina at a single glance*, Scientific Reports.
 
-* ipl/BC_Profiles_Helmstaedter
+* ipl/BC_Profiles_Helmstaedter (txt)
     * This file contains electron-microscopy (EM) data of axonal stratification profiles of bipolar cell types.
+    * array of shape 400x14, array[d, t] = p(IPL depth = d|BC type = t)
 
-* ipl/ipl
-    * Matlab file containing a dictonary with keys and priors of the ipl depths of 14 BC types.
+* ipl/ipl (mat)
+    * Matlab file containing a dictionary with keys "d" and "prior"; d: 400x1 array, IPL depth samples; prior: 400 x 14 array, with entry [d, t] = p(BC type = t|IPL depth = d).
 
-* silico/sim_dataset
+* silico/sim_dataset (pickle)
     * This file contains the dataset object of simulated bipolar cell data from Schröder, Klindt et al. (2020), *System Identification with Biophysical Constraints: A Circuit Model of the Inner Retina*, NeurIPS 2020.