https://github.com/zivlab/CellReg
Revision d9e087bd3031292dc28ac17a152e41f431897e45 authored by Liron Sheintuch on 08 February 2018, 18:02:07 UTC, committed by Liron Sheintuch on 08 February 2018, 18:02:07 UTC
1 parent 542bdc7
Raw File
Tip revision: d9e087bd3031292dc28ac17a152e41f431897e45 authored by Liron Sheintuch on 08 February 2018, 18:02:07 UTC
changed the threshold for sufficient correlation between FOVs.
Tip revision: d9e087b
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top