Package: SC.MEB
Type: Package
Title: Spatial Clustering with Hidden Markov Random Field using
        Empirical Bayes
Version: 1.0
Date: 2021-07-11
Authors@R: c(
    person("Yi", "Yang", email = "yygaosansiban@sina.com", role = c("aut", "cre")),
    person("Xingjie", "Shi", role = "aut"),
    person("Jin", "Liu", role = "aut"))
Description: Spatial clustering with hidden markov random field fitted via EM algorithm, details of which can be found in Yi Yang (2021) <doi:10.1101/2021.06.05.447181>. It is not only computationally efficient and scalable to the sample size increment, but also is capable of choosing the smoothness parameter and the number of clusters as well.
License: GPL-3
Depends: mclust, R (>= 2.10)
Imports: Rcpp (>= 1.0.6), SingleCellExperiment, purrr,
        Matrix,mvtnorm,GiRaF
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Suggests: knitr, rmarkdown
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-07-15 14:55:09 UTC; yygao
Author: Yi Yang [aut, cre],
  Xingjie Shi [aut],
  Jin Liu [aut]
Maintainer: Yi Yang <yygaosansiban@sina.com>
Repository: CRAN
Date/Publication: 2021-07-16 08:50:02 UTC
