Skip to content
Snippets Groups Projects
Commit 3bc139a8 authored by ac_fx's avatar ac_fx
Browse files

drawkymos condition

parent 7ac5e550
No related branches found
No related tags found
No related merge requests found
......@@ -79,13 +79,13 @@ for cc = 1:length(xClasses)
plot([x,x+szim(ff,2)],[y+szim(ff,1),y+szim(ff,1)],'-k');
plot([x,x],[y,y+szim(ff,1)],'-k')
tPulseOn = regexp(flistCC(ff).name,'(\d)hNoPulse','tokens');
tPulseOn = str2double(tPulseOn{1}{1});
tPulseOff = regexp(flistCC(ff).name,'(\d)hPulse','tokens');
tPulseOff = tPulseOn + str2double(tPulseOff{1}{1});
plot([x+12*tPulseOn,x+12*tPulseOn], [y,y+szim(ff,1)], ':r')
plot([x+12*tPulseOff,x+12*tPulseOff], [y,y+szim(ff,1)], ':k')
% tPulseOn = regexp(flistCC(ff).name,'(\d)hNoPulse','tokens');
% tPulseOn = str2double(tPulseOn{1}{1});
% tPulseOff = regexp(flistCC(ff).name,'(\d)hPulse','tokens');
% tPulseOff = tPulseOn + str2double(tPulseOff{1}{1});
%
% plot([x+12*tPulseOn,x+12*tPulseOn], [y,y+szim(ff,1)], ':r')
% plot([x+12*tPulseOff,x+12*tPulseOff], [y,y+szim(ff,1)], ':k')
% don't draw to your right...
% plot([x+szim(ff,2),x+szim(ff,2)],[y,y+szim(ff,1)],'-k')
text(x,y,ccLabels{ff},'Interpreter','none','FontSize',6,'BackgroundColor',[0.9,0.5,0.7,0.5],...
......@@ -119,12 +119,13 @@ for cc = 1:length(xClasses)
set(gca,'xtick',xticksLabels.xticks);
set(gca,'XTickLabel',xticksLabels.xlabels);
set(gca,'ytick',[]);
ylabel('xyz \Downarrow x');
ylabel('xy \Downarrow x');
xlabel('time');
fx = strfind(flist(ff).name,'.LEVER');
fx = fx(1)-1;
% fx = strfind(flist(ff).name,'.LEVER');
% fx = fx(1)-1;
% title(xClasses{cc},'Interpreter','none');
c1 = clipLimits{1};
c1 = linspace(c1(1),c1(end),254);
tick_targets = [1,64,128,192,254];
tick_labels = round(c1(tick_targets),2,'significant');
cb = colorbar('Ticks',tick_targets,'TickLabels',tick_labels);
......
......@@ -43,7 +43,7 @@ if ~isempty(idxWT)
classUnique{idxWT} = 'WILD TYPE';
end
legend(hx(find(hx)),classUnique(find(hx)),'interpreter','none');
tstr = ['CSF^6_{Erk} = ' jsonencode(round([mean(csf),std(csf)],2,'significant'))];
tstr = ['CSF^6_{AKT} = ' jsonencode(round([mean(csf),std(csf)],2,'significant'))];
title(tstr)
4;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment