https://github.com/satijalab/seurat
Raw File
Tip revision: f1b2593ea72f2e6d6b16470dc7b9e9b645179923 authored by Paul Hoffman on 14 January 2022, 18:54:41 UTC
Merge pull request #5502 from satijalab/develop
Tip revision: f1b2593
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