Skip to content
/ feats Public

A Python tool for performing downstream analysis on Single-Cell RNA-seq datasets

License

Notifications You must be signed in to change notification settings

edwinv87/feats

Repository files navigation

Description

FEATS is a new Python tool for performing the following downstream analysis on single-cell RNA-seq datasets:

  1. Clustering
  2. Estimating the number of clusters
  3. Outlier detection
  4. Batch correction and integration of data from multiple experiments

Prerequisites

FEATS depends on the following packages

  1. numpy
  2. pandas
  3. scikit-learn
  4. scipy
  5. 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.

  1. Clustering using FEATS
  2. Performing outlier analysis
  3. Performing batch correction

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.

About

A Python tool for performing downstream analysis on Single-Cell RNA-seq datasets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages