https://github.com/zivlab/CellReg
Revision 347a6522417a8e9c67251746de5a5b72ceb4a750 authored by Liron Sheintuch on 26 October 2017, 15:26:24 UTC, committed by Liron Sheintuch on 26 October 2017, 15:26:24 UTC
1 parent 33ea830
Raw File
Tip revision: 347a6522417a8e9c67251746de5a5b72ceb4a750 authored by Liron Sheintuch on 26 October 2017, 15:26:24 UTC
fixed bug for uint8 inputs of spatial footprints - now all footprints are transformed to double in the normalize footprints function.
Tip revision: 347a652
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top