Browse Source

Update 'README.md'

monica_moroni 3 years ago
parent
commit
588aac38aa
1 changed files with 12 additions and 12 deletions
  1. 12 12
      README.md

+ 12 - 12
README.md

@@ -15,27 +15,27 @@ Data are available in three different versions, that differ in how data is selec
 ### Version 1 (AM*_yymmdd_processed.mat)
 
 This data version contains one .mat file for each session (PPC) for a total of 11 sessions. Each .mat file contains a cell array called imTrials, with dimensionality equal to the number of trials. Each element of the cell array contains:
--	The field imaging with the following imaging data:
+-	The field *imaging* with the following imaging data:
 o	dF/F traces;
 o	deconvolved traces;
 o	spatial-binned deconvolved traces, averaged over 10 trial epochs described in Morcos et Harvey, Nat. Neurosci., 2016.
 o	Neural variables consist of the deconvolved dF/F traces at the two-photon microscope sampling rate;
--	The field dat with other measured variables;
--	The field result with additional trial info (leftTurn, correct).
+-	The field *dat* with other measured variables;
+-	The field *result* with additional trial info (leftTurn, correct).
 
 ### Version 2 (data_simple_morcos_per_Epoch.mat)
 
 This data version consists of a single .mat file that contains a matlab struct with dimension equal to the number of sessions. Each row of the structure refers to a single session and contains the following fields:
--	Neural_data: spatial-binned deconvolved traces, averaged over 10 trial epochs described in Morcos et Harvey, Nat. Neurosci., 2016;
--	Stimuli: binary array with 1 for stimuli with net evidence on the left, 0 for stimuli with net evidence on the right;
--	Fine_evidence_last_cue: final net evidence (difference between left and right total evidence);
--	Choices: binary array with 1 for trials with left turn, 0 for for trial with right turn;
--	Lateral_speed: spatial-binned behavioral data, averaged over the same 10 trial epochs as imaging data (described in Morcos et Harvey, Nat. Neurosci., 2016).
+-	*Neuraldata*: spatial-binned deconvolved traces, averaged over 10 trial epochs described in Morcos et Harvey, Nat. Neurosci., 2016;
+-	*Stimuli*: binary array with 1 for stimuli with net evidence on the left, 0 for stimuli with net evidence on the right;
+-	*Fine_evidence_last_cue*: final net evidence (difference between left and right total evidence);
+-	*Choices*: binary array with 1 for trials with left turn, 0 for for trial with right turn;
+-	*Lateral_speed*: spatial-binned behavioral data, averaged over the same 10 trial epochs as imaging data (described in Morcos et Harvey, Nat. Neurosci., 2016).
 
 ### Version 3 (data_simple_morcos_per_Window.mat)
 
 This data version consists of a single .mat file that contains a matlab struct with dimension equal to the number of sessions. Each row of the structure refers to a single session and contains the following fields:
--	Neural_data: spatial-binned deconvolved traces, averaged over 7 turn-aligned windows of different length;
--	Stimuli: binary array with 1 for stimuli with net evidence on the left, 0 for stimuli with net evidence on the right;
--	Stimuli_fine: final net evidence (difference between left and right total evidence);
--	Choices: binary array with 1 for trials with left turn, 0 for for trial with right turn.
+-	*Neuraldata*: spatial-binned deconvolved traces, averaged over 7 turn-aligned windows of different length;
+-	*Stimuli*: binary array with 1 for stimuli with net evidence on the left, 0 for stimuli with net evidence on the right;
+-	*Stimuli_fine*: final net evidence (difference between left and right total evidence);
+-	*Choices*: binary array with 1 for trials with left turn, 0 for for trial with right turn.