Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.7 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.7 KB

scfindME - mining alternative splicing patterns in single-cell atlas

Introduction

The emergence of large single cell RNA-seq(scRNA-seq) datasets facilitates biological discoveries at single-cell resolution. The information encoded in single cell atlases should be readily accessible to users from all disciplines. The Hemberg lab has developed scfind, a search engine for gene expression patterns in cell atlases scfind.

scfindME is built on top of scfind and it adapts scfind to alternative splicing analysis. Through querying with splicing features or cell types, scfindME conducts rapid searching and returns feature-enriched cell types or cell type-specific splicing signatures, respectively. scfindME also discovers cell type-specific mutually exclusive exon pairs and clustered spliced-in or spliced-out of a block of exons by enumerating over all possible combinations of splicing events.

Quantification of single cell alternative splicing events is performed by Whippet integrated in the workflow MicroExonator. scfindME builds custom indices for any single-cell dataset using the output files of Whippet.

Installation

To install or run scfindME, use the following codes in an R session:

install.packages("devtools")
devtools::install_github("hemberg-lab/scfindME")
library(scfindME)

User guide

Please refer to the scfindME package Vignette for a detailed user guide.

Contact

Please contact Miss Yuyao Song ([email protected]) for any enquiries or bug reports.