I use the data given by Varshney et al. in http://mit.edu/lrv/www/elegans/
>> load(‘C:\Hipertec\ablationelegans\datos\Datos_VarshneyEtAl\ConnOrdered_040903(2).mat’)
for c=1:279
ind(c)=find(strcmpi(todas.nombres{c},Neuron_ordered));
end
>> todas.GABA=logical(GABAergic(ind));
>> todas.nombres(todas.GABA)
ans =
‘AVL’
‘DD01’
‘DD02’
‘DD03’
‘DD04’
‘DD05’
‘DD06’
‘DVB’
‘RIS’
‘RMED’
‘RMEL’
‘RMER’
‘RMEV’
‘VD01’
‘VD02’
‘VD03’
‘VD04’
‘VD05’
‘VD06’
‘VD07’
‘VD08’
‘VD09’
‘VD10’
‘VD11’
‘VD12’
‘VD13’
I check in the original reference, McIntire SL, Jorgensen E, Kaplan J, Horvitz HR (1993) The GABAergic nervous system of Caenorhabditis elegans. Nature 364:337–341. doi:10.1038/364337a0, that these are indeed the 26 identified neurons that belong to the GABAergic system in C elegans.
>> save datos_celegans_paradinamica todas
Leave a Reply