Install as a MATLAB Add-On (Recommended)
Open the Add-On Explorer - In MATLAB, go to the Home tab. - Click on the Add-Ons icon to open the Add-On Explorer.
Search for scGEAToolbox - In the search bar, type “scGEAToolbox” and press Enter.
Select and Install - Find “scGEAToolbox (single-cell Gene Expression Analysis Toolbox)” in the results. - Click the Add button to install the toolbox.
Launch scGEAToolbox - To start using scGEAToolbox, enter:
scgeatool
Quick Installation (For Developers)
Run the following code in MATLAB:
unzip('https://github.com/jamesjcai/scGEAToolbox/archive/main.zip');
addpath('./scGEAToolbox-main');
savepath(fullfile(userpath,'pathdef.m'));
% savepath;