https://github.com/satijalab/seurat
Raw File
Tip revision: 1549dcb3075eaeac01c925c4b4bb73c73450fc50 authored by David Collins on 10 May 2024, 20:12:28 UTC
Merge pull request #8878 from satijalab/develop
Tip revision: 1549dcb
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