https://github.com/zivlab/CellReg
Raw File
Tip revision: 001138657c874c2e61046cbf944f72b677011a79 authored by Liron Sheintuch on 06 September 2017, 12:12:06 UTC
added alignment type to inputs list of evaluate_data_quality function.
Tip revision: 0011386
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top