Skip to content

Commit ca1d69b

Browse files
Added BEP032 example dataset
Co-authored-by: Julia Sprenger <[email protected]>
1 parent 0d60f73 commit ca1d69b

21 files changed

+124
-0
lines changed

ephys_BEP032/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Dataset Description
2+
3+
Example dataset for BEP032 ( https://gin.g-node.org/NeuralEnsemble/BEP032-examples )
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"LICENCE": "CC-by 4.0",
3+
"Name": "Toy example dataset for patchclamp recordings in BIDS",
4+
"BIDSVersion": "1.0.X",
5+
"License": "CC BY 4.0",
6+
"Authors": [
7+
"Sprenger, Julia",
8+
"Takerkart, Sylvain"
9+
]
10+
}

ephys_BEP032/participants.tsv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
subject_id species strain sex age
2+
sub-20220101A rattus norvegicus C57BL/6J male 30
3+
sub-20220101B rattus norvegicus C57BL/6J female 30

ephys_BEP032/samples.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"sample_type": {
3+
"Description": "type of sample from ENCODE Biosample Type (https://www.encodeproject.org/profiles/biosample_type)",
4+
},
5+
"derived_from": {
6+
"Description": "sample_id from which the sample is derived"
7+
}
8+
}

ephys_BEP032/samples.tsv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sample_id sample_type participant_id derived_from
2+
sample-tissue01 tissue sub-20220101A n/a
3+
sample-cell001 in vitro differentiated cells sub-20220101A sample-tissue01
4+
sample-tissue02 tissue sub-20220101B n/a
5+
sample-cell002 in vitro differentiated cells sub-20220101B sample-tissue02
6+
sample-cell003 in vitro differentiated cells sub-20220101B sample-tissue02
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
channel_id contact_id gain type unit samping_frequency sampling_frequency_unit channel_name hardware_filters recording_mode
2+
chan-01 con-01 20 CAT mV 30000 Hz attached patch LP_filter_1 current clamp
3+
chan-02 con-02 50 PP mV 50000 Hz perforated patch LP_filter_2 current clamp
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
contact_id probe_id x y z physical_unit impedance impedance_unit contact_size contact_shape material location pipette_solution internal_pipette_diameter external_pipette_diameter
2+
con-01 probe-0234 0 0 0 um 5 GOhm 3 circular glass cortical layer 3 5% NaCl 2 4
3+
con-02 probe-0235 0 0 0 um 6.9 GOhm 4 circular glass cortical layer 3 5% NaCl 2 4
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"InstitutionName": "Institute XY",
3+
"Location": "Somewhere on the globe",
4+
"PowerLineFrequency": 50,
5+
"SamplingFrequency": 30000,
6+
"SamplingFrequencyUnit": "Hz",
7+
"Maintainer": "Charly C",
8+
"SoftwareFilters": {
9+
"LP_filter_1":{
10+
"Half amplitude cutoff(Hz)": 0.0159,
11+
"Roll-off":"6dB/Octave"
12+
},
13+
"LP_filter_2":{
14+
"Half amplitude cutoff(Hz)": 0.1159,
15+
"Roll-off":"9 dB/Octave"
16+
}
17+
}
18+
}
19+
}

ephys_BEP032/sub-20220101A/ephys/sub-20220101A_ephys.nwb

Whitespace-only changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"stim_type": {
3+
"Description": "type of the stimulation (square pulse, sinusoid, ...)",
4+
},
5+
"stim_unit": {
6+
"Description": "physical unit of the stimulation"
7+
},
8+
"stim_amplitude": {
9+
"Description": "physical amplitude of the stimulation"
10+
}
11+
}

0 commit comments

Comments
 (0)