Skip to content

Jinsl-lab/scMTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scMTD

A R package.

scMTD: a statistical multidimensional imputation method for single-cell RNA-seq data leveraging transcriptome dynamic information

Installation

You can install scMTD from GitHub with:

install.packages("devtools")         
library(devtools)           
install_github("Jinsl-lab/scMTD")

Quick start

The input data of scMTD is a gene expression matrix, columns and rows represent cells and genes respectively.

library("scMTD")
data(data)
imputed_data<-scMTD(data,do.nor=TRUE,do.log=TRUE,cores=2)

About

A R package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages