https://github.com/satijalab/seurat
Raw File
Tip revision: ff03fdf21f1b8fea9ee247d0fd83df5811507027 authored by AustinHartman on 05 December 2022, 22:48:27 UTC
Merge branch 'master' into release/4.3.0
Tip revision: ff03fdf
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