https://github.com/satijalab/seurat
Raw File
Tip revision: 0d211e50b15fa6b40f530b01cf9689ce997ec8ab authored by Paul Hoffman on 13 January 2022, 20:39:07 UTC
Fix CRAN notes
Tip revision: 0d211e5
RunMoransI.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/preprocessing.R
\name{RunMoransI}
\alias{RunMoransI}
\title{Compute Moran's I value.}
\usage{
RunMoransI(data, pos, verbose = TRUE)
}
\arguments{
\item{data}{Expression matrix}

\item{pos}{Position matrix}

\item{verbose}{Display messages/progress}
}
\description{
Wraps the functionality of the Moran.I function from the ape package.
Weights are computed as 1/distance.
}
\concept{preprocessing}
back to top