A Markov Random Field Model-Based Approach for Differentially Expressed Gene Detection in Single-cell RNA-seq Data
Biqing Zhu
To install MARBLES, you need devtools package first:
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
library(devtools)
Then install as follow
install_github("biqing-zhu/MARBLES")
For detailed introduction and tutorial, please see MARBLES' vignette.