https://github.com/satijalab/seurat
Raw File
Tip revision: 85aabd74547eb37dd5106f8d5944c1125f9b7abe authored by Andrew Butler on 25 January 2021, 00:40:18 UTC
Merge pull request #512 from satijalab/fix/SCT_umiassay
Tip revision: 85aabd7
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.
}
back to top