Differential expressed genes between reconstructed cell lineages
You have to install and load devtools. You can do this from CRAN. In a R console enter:
install.packages("devtools")
library(devtools)
Then use the install_github
function to install the package:
install_github("strayMat/warpDE")
A vignette details the usual workflow for the detection of differential expressed genes in scRNA-Seq data.
Please use https://github.com/strayMat/warpDE/issues to submit issues, bug reports, and comments.