The aim of this project is to build a minimalist, but flexible R Shiny application to aid wet lab scientist to analyse their single cell data.
The analysis to be included are;
- Single cell RNAseq clustering workflow
- Single cell RNA-seq data integration
- Single cell ATAC-seq analysis
- Integration of scRNA-seq and scATAC-seq data
- Multimodal analysis using cite-seq
- Automatic cell labelling
- 10X Cell Ranger (.HDF5)
- loom
- rds
- AnnData (.h5ad)
- .mtx, name your files as; features_.tsv, matrix_.mtrx and genes_*.tsv
- scRNA-seq clustering workflow
- Automatic cell labelling
- scATAC-seq workflow
- Doublet removal
- scRNA-seq data integration
- scRNA-seq + scATAC seq data integration
- Multimodal analysis using cite-seq
- Seurat
- Signac (scATAC-seq)
- DoubletFinder (Removal of doublets)
- SingleR (Automatic labelling of cells)
- celldex (Autmatic labelling of cells)
Currently the program can only be used by cloning the repository and running locally
The next step would be to provide it as a docker image to ease its distribution.