README.md

CellTools

Self-learning algorithm for denoising and advancing the integration of scRNA-seq datasets

Software requirement

R software

Installation

First, we need to install devtools:

install.packages("devtools")
library(devtools)

Then install CellTools by devtools:

devtools::install_github("TrakhtenbergLab/CellTools")
library (CellTools)

Requirements

The CellTools need R package Seurat to be installed.

install.packages('Seurat')
library(Seurat)


TrakhtenbergLab/CellTools documentation built on Aug. 21, 2023, 2:39 p.m.