jackbibby1 / SCPA

R package for pathway analysis in scRNA-seq data
https://jackbibby1.github.io/SCPA/
GNU General Public License v3.0
56 stars 5 forks source link
differential-expression gene-signatures pathway-analysis r-package single-cell single-cell-rna-seq transcriptomics

Single Cell Pathway Analysis

On this page

  1. Recent updates to SCPA
  2. A brief overview of SCPA
  3. Package installation
  4. Links to tutorials
  5. Submitting issues/comments
  6. Improvements/changes/updates to SCPA

Recent updates

About SCPA

SCPA is a method for pathway analysis in single cell RNA-seq data. It’s a different approach to pathway analysis that defines pathway activity as a change in multivariate distribution of a given pathway across conditions, rather than enrichment or over representation of genes.

This approach allows for a number of benefits over current methods:

  1. Multivariate distribution testing allows for the identification of pathways that show enrichment in a given population AND also pathways that show transcriptional change independent of enrichment. You essentially get the best of both worlds, as pathways with changes in multivariate distribution (high qval) but no overall enrichment (low fold change) are still interestingly different pathways, as we show in our paper. For more on this, see our SCPA interpretation page

  2. SCPA allows for multisample testing, so you can compare multiple conditions simultaneously e.g. compare across 3 time points, or across multiple phases of a pseuodotime trajectory. This means you can assess pathway activity through multiple stimulation phases, or across cell differentiation

SCPA can be applied directly on Seurat and SCE objects, as well as manually subsetted expression matrices. You just need to supply this along with your pathways that you want to analyse.

To see the stats behind SCPA, you can see our paper in JASA here

Our paper introducing SCPA and demonstrating its use on a T cell scRNA-seq dataset is published in Cell Reports here

Installation

You can install SCPA by running:

# install.packages("devtools")
devtools::install_version("crossmatch", version = "1.3.1", repos = "http://cran.us.r-project.org")
devtools::install_version("multicross", version = "2.1.0", repos = "http://cran.us.r-project.org")
devtools::install_github("jackbibby1/SCPA")

Installation problems

If you’re running into installation errors, you’ll likely need to manually install the dependencies that are mentioned in the error. For example, see these issues here and here

Tutorials

If you’re viewing this page on GitHub, the SCPA webpage with all the documentation and tutorials is here

We have various examples and walkthroughs, including:

Issues

To report any issues or submit comments please use: https://github.com/jackbibby1/SCPA/issues

Changelog

Any new features or alterations to SCPA can be found here