swh:1:snp:0da231f3ffdb3226650880f1b61d5d5cdcbd749b
Raw File
Tip revision: 656fc8b562d53e5d0cedda9e09d9dda81e8c00e9 authored by David Collins on 29 February 2024, 13:44:33 UTC
Merge pull request #8550 from satijalab/develop
Tip revision: 656fc8b
NNtoGraph.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/integration.R
\name{NNtoGraph}
\alias{NNtoGraph}
\title{Convert Neighbor class to an asymmetrical Graph class}
\usage{
NNtoGraph(nn.object, col.cells = NULL, weighted = FALSE)
}
\arguments{
\item{nn.object}{A neighbor class object}

\item{col.cells}{Cells names of the neighbors, cell names in nn.object is used by default}

\item{weighted}{Determine if use distance in the Graph}
}
\value{
Returns a Graph object
}
\description{
Convert Neighbor class to an asymmetrical Graph class
}
back to top