Description
FEATS is a new Python tool for performing the following downstream analysis on single-cell RNA-seq datasets:
- Clustering
- Estimating the number of clusters
- Outlier detection
- Batch correction and integration of data from multiple experiments
Prerequisites
FEATS depends on the following packages
- numpy
- pandas
- scikit-learn
- scipy
- singlecelldata
Installation
To install FEATS run the following command:
pip install feats
Documentation
The functional reference manual for FEATS is available here.
Examples
To use FEATS, please refer to the following example code presented in notebook sytle environment.
Data
The data for the examples in this section is available here. The data is contained in subfolders in the datasets folder. The subfolders are named according to the dataset name. To load the data for the examples above, provide the path to the datasets folder.
Paper
The paper is available here
Contact
Contact the author on vans.edw@gmail.com to give feedback/suggestions for further improvements and to report issues.