R/spatialkmeans.R

#' Cluster Spatial Omics Data Via Spatially Regularized K-Means
#'
#' Single-cell spatial omics clustering, incorporating the physical distance between cells into the omics distance. This penalizes cells that are further away from being in the same cluster.
#'
#' @docType package
#'
#' @author Joel Eliason \email{joelne@umich.edu}
#' @import matrixStats
#' @import stats
#' @import rdist
#' @name spatialkmeans
NULL
jeliason/spatialkmeans documentation built on Dec. 20, 2021, 11 p.m.