[413088]: / man / vrNeighbourhoodEnrichmentPlot.Rd

Download this file

23 lines (20 with data), 633 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/visualization.R
\name{vrNeighbourhoodEnrichmentPlot}
\alias{vrNeighbourhoodEnrichmentPlot}
\title{vrNeighbourhoodEnrichmentPlot}
\usage{
vrNeighbourhoodEnrichmentPlot(
results,
assay = NULL,
type = c("assoc", "segreg")
)
}
\arguments{
\item{results}{The results from \link{vrNeighbourhoodEnrichment}}
\item{assay}{assay name (exp: Assay1), see \link{SampleMetadata}.}
\item{type}{the type of spatial test. Either "assoc" for association test or "segreg" for segregation test}
}
\description{
Plotting results of \link{vrNeighbourhoodEnrichment}
}