Skip to content

MattMyint/ezSingleCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezSingleCell: Interactive single-cell data analysis via the Seurat pipeline

NOTE: The version hosted here has been deprecated and the development version is hosted at https://github.com/JinmiaoChenLab/ezSingleCell

ezSingleCell

Formerly known as ezSeurat, this package provides a user friendly GUI implementation of Seurat analysis pipeline, from input of expression sparse matrices to DEG analysis. This package was designed to allow analysis to be done with easier changing of visualisation parameters.

Installation

As this is an R package, it is assumed you have R installed. However, do ensure that you're using the latest version. It is also recommended to run R via RStudio.

To install ezSingleCell:

library("devtools")
install_github("JinmiaoChenLab/ezSingleCell")

Usage

After successfully installing ezSingleCell, run the following:

library("ezSingleCell")
ezSingleCell()

Acknowledgements

Many thanks to Satija Lab for developing Seurat

Rahul Satija, Andrew Butler and Paul Hoffman (2017). Seurat: Tools for Single Cell Genomics. R package version 2.0.1. https://CRAN.R-project.org/package=Seurat

About

GUI implementation for Seurat using shiny

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages