Skip to content
/ iDESC Public

iDESC package for DE analysis in scRNA-seq data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

yl883/iDESC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iDESC

The goal of iDESC is to identify differential expressed gene signatures between two groups in single cell RNA-seq considering subject effect with zero-inflated negative binomial mixed model.

Installation

You can install the released version of iDESC from GitHub with:

devtools::install_github("yl883/iDESC")

Example

This is a basic example which shows you how to solve a common problem:

library(iDESC)
## basic example code
data(IPF_example)
mat=IPF_example$mat
meta=IPF_example$meta
sequencing_depth=IPF_example$meta$sequencing_depth
str(meta)
result=iDESC(mat,meta,subject_var="subject",group_var="disease",
             norm_opt="User",user_sf = sequencing_depth,span = 0.7)

About

iDESC package for DE analysis in scRNA-seq data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages