SC-MEB: spatial clustering with hidden Markov random field using empirical Bayes
To install the the packages “SC.MEB”, firstly, install the ‘devtools’ package. Besides, “SC.MEB” depends on the ‘Rcpp’ and ‘RcppArmadillo’ package, which also requires appropriate setting of Rtools and Xcode for Windows and Mac OS/X, respectively.
install.packages(“devtools”)
library(devtools)
install_github(“Shufeyangyi2015310117/SC.MEB”)
For an example of typical SC.MEB usage, please see our Package vignette for a demonstration and overview of the functions included in SC.MEB.