ScGEAToolbox
scGEAToolbox: Matlab toolbox for single-cell gene expression analyses
Install / Use
/learn @jamesjcai/ScGEAToolboxREADME
scGEAToolbox - a Matlab toolbox for single-cell RNA-seq data analyses
Installation Guide
There are three ways to install scGEAToolbox:
:: Method 1: Install as a MATLAB Add-On (Recommended)
<details> <br> 1. **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 - This will open the graphical user interface for single-cell transcriptomic data analysis.
- To start using scGEAToolbox, enter:
:: Method 2: Install via MATLAB Add-On (.mltbx)
<details>
<br>
1. **Download** `scGEAToolbox.mltbx` from:
- 🔗 [GitHub Releases](https://github.com/jamesjcai/scGEAToolbox/releases)
- 🔗 [MATLAB File Exchange](https://www.mathworks.com/matlabcentral/fileexchange/72917-scgeatoolbox-single-cell-gene-expression-analysis-toolbox)
-
Install the toolbox:
- Double-click
scGEAToolbox.mltbx - MATLAB will open the Add-On Manager
- Click Install
- Double-click
-
Verify the installation by running:
scgeatool
:: Method 3: Install via GitHub (For Developers)
<details> <br>- 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;
Getting Started Quickly Using the SCGEATOOL App
Run the following code in MATLAB to start
scgeatool
Read Documentation
scGEAToolbox Documentation (readthedocs)
SEE ALSO - Standalone Application
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.
Help
If you have any questions or require assistance using scGEAToolbox, please contact me.
Citation
Cai JJ. scGEAToolbox: a Matlab toolbox for single-cell RNA sequencing data analysis. Bioinformatics. 2019;btz830. doi:10.1093/bioinformatics/btz830
