Self-learning algorithm for denoising and advancing the integration of scRNA-seq datasets
R software
First, we need to install devtools:
install.packages("devtools")
library(devtools)
Then install CellTools by devtools:
devtools::install_github("TrakhtenbergLab/CellTools")
library (CellTools)
The CellTools need R package Seurat to be installed.
install.packages('Seurat')
library(Seurat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.