Diff of /man/getHotSpotAnalysis.Rd [000000] .. [413088]

Switch to unified view

a b/man/getHotSpotAnalysis.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/spatial.R
3
\name{getHotSpotAnalysis}
4
\alias{getHotSpotAnalysis}
5
\title{getHotSpotAnalysis}
6
\usage{
7
getHotSpotAnalysis(
8
  object,
9
  assay = NULL,
10
  method = "Getis-Ord",
11
  features,
12
  graph.type = "delaunay",
13
  alpha.value = 0.01,
14
  norm = TRUE,
15
  verbose = TRUE
16
)
17
}
18
\arguments{
19
\item{object}{a VoltRon object}
20
21
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
22
if NULL, the default assay will be used, see \link{vrMainAssay}.}
23
24
\item{method}{the statistical method of conducting hot spot analysis. Default is "Getis-Ord"}
25
26
\item{features}{a set of features to be visualized, either from \link{vrFeatures} of raw or normalized data or columns of the \link{Metadata}.}
27
28
\item{graph.type}{the type of graph to determine spatial neighborhood}
29
30
\item{alpha.value}{the alpha value for the hot spot analysis test. Default is 0.01}
31
32
\item{norm}{if TRUE, the normalized data is used}
33
34
\item{verbose}{verbose}
35
}
36
\description{
37
Conduct hot spot detection
38
}