https://github.com/zivlab/CellReg
Raw File
Tip revision: 9fcef00b39ef502b7d928349f135637dc6c50db1 authored by Sheintuch on 05 March 2024, 19:01:39 UTC
updated new version v1.5.6 after pull request to change compute_centroids_distances_model function to capital A in algorithm.
Tip revision: 9fcef00
CellReg_setup.m
CellReg_directory=fileparts(which('CellReg_setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
addpath(genpath(fullfile(CellReg_directory,'Helper')));
savepath();
back to top