There are four ways to install scGEAToolbox
:
-
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.
-
Verify Installation
- In MATLAB, type the following command in the Command Window to check installed toolboxes:
ver
- Look for scGEAToolbox in the list.
- In MATLAB, type the following command in the Command Window to check installed toolboxes:
-
Launch scGEAToolbox
- To start using scGEAToolbox, enter:
scgeatool
- This will open the graphical user interface for single-cell transcriptomic data analysis.
- To start using scGEAToolbox, enter:
-
Download
scGEAToolbox.mltbx
from: -
Install the toolbox:
- Double-click
scGEAToolbox.mltbx
- MATLAB will open the Add-On Manager
- Click Install
- Double-click
-
Verify the installation by running:
matlab.addons.installedAddons
Ensure scGEAToolbox appears in the list and added to the MATLAB path.
-
Verify the installation by running:
scgeatool
-
Download the latest version from GitHub:
-
Extract the ZIP file to your desired location, e.g.:
C:\Users\yourusername\Documents\MATLAB\scGEAToolbox
-
Add the toolbox to the MATLAB path
addpath('C:\Users\yourusername\Documents\MATLAB\scGEAToolbox') savepath
-
Verify the installation by running:
scgeatool
- Run the following code in MATLAB:
unzip('https://github.com/jamesjcai/scGEAToolbox/archive/main.zip');
- Add the toolbox to the MATLAB path
addpath('./scGEAToolbox-main'); savepath(fullfile(userpath,'pathdef.m')); % savepath;
Run the following code in MATLAB to start
scgeatool
SCGEATOOL.exe is a standalone application running on Windows machines that do not have MATLAB installed. SCGEATOOL is a lightweight and blazing fast desktop application that provides interactive visualization functionality to analyze single-cell transcriptomic data. SCGEATOOL allows you to easily interrogate different views of your scRNA-seq data to quickly gain insights into the underlying biology. SCGEATOOL is a pre-compiled standalone application developed in MATLAB. Pre-compiled standalone releases are meant for those environments without access to MATLAB licenses. Standalone releases provide access to all of the functionality of the SCGEATOOL standard MATLAB release encapsulated in a single application. SCGEATOOL is open-sourced to allow you to experience the added flexibility and speed of the MATLAB environment when needed.
If you have any questions or require assistance using scGEAToolbox, please contact me.
Cai JJ. scGEAToolbox: a Matlab toolbox for single-cell RNA sequencing data analysis. Bioinformatics. 2019;btz830. doi:10.1093/bioinformatics/btz830