Localized Marker Detector (LMD) is a computational framework designed for the identification of gene expression markers localized to specific cell populations within single-cell RNA sequencing data. The major workflow of LMD comprises the following three main steps:
LMD can be installed in R as follows:
install.packages("devtools")
devtools::install_github("KlugerLab/LocalizedMarkerDetector")
library("LocalizedMarkerDetector")
Please check LMD tutorial.
References of LMD functions can be found here.