Skip to content
Snippets Groups Projects
Commit d35970d4 authored by Ali Karimi's avatar Ali Karimi
Browse files

AD reinnervation script

parent 076de175
No related branches found
No related tags found
No related merge requests found
util.clearAll;
% get innervation ratio
apTuft = apicalTuft.getObjects('inhibitoryAxon');
synRatio = apicalTuft.applyMethod2ObjectArray(apTuft,'getSynRatio');
combineRatio = [synRatio{1,5}{1};synRatio{2,5}{1}];
totalApicalSpec = combineRatio.L2Apical + combineRatio.DeepApical;
disp(mean(totalApicalSpec))
disp(util.stat.sem(totalApicalSpec,[],1))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment