Skip to content

A robust DE test method that accounts for the uncertainty in pseudotime inference

License

Notifications You must be signed in to change notification settings

xnnba1984/PseudotimeDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PseudotimeDE

PseudotimeDE is a robust method that accounts for the uncertainty in pseudotime inference and thus identifies DE genes along cell pseudotime with well-calibrated p-values. PseudotimeDE is flexible in allowing users to specify the pseudotime inference method and to choose the appropriate model for scRNA-seq data.

Introduction

PseudotimeDE is developed to perfrom the differential expression (DE) test on genes along pseudotime (trajectory). Users can choose the pseudotime inference methods based on their preference. Basically, PseudotimeDE will use subsampling to capture the uncertainty of inferred pseudotime, and generate well-calibrated p-values.

Installation

The package is not on Bioconductor or CRAN yet. For installation please use the following codes in R.

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

devtools::install_github("SONGDONGYUAN1994/PseudotimeDE")

Please note that PseudotimeDE can be computationally intensive; we recommend users to allocate at least 10 cores unless they want to ignore the uncertainty of inferred pseudotime.

Quick start

For usage, please check the vignettes. If you meet problems, please contact dongyuansong@ucla.edu.

About

A robust DE test method that accounts for the uncertainty in pseudotime inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%