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

Switch to unified view

a b/man/getNicheAssay.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/spatial.R
3
\name{getNicheAssay}
4
\alias{getNicheAssay}
5
\title{getNicheAssay}
6
\usage{
7
getNicheAssay(
8
  object,
9
  assay = NULL,
10
  label = NULL,
11
  graph.type = "delaunay",
12
  new_feature_name = "Niche"
13
)
14
}
15
\arguments{
16
\item{object}{a VoltRon object}
17
18
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
19
if NULL, the default assay will be used, see \link{vrMainAssay}.}
20
21
\item{label}{grouping label for Niche definition}
22
23
\item{graph.type}{the type of graph to determine spatial neighborhood}
24
25
\item{new_feature_name}{the name of the new feature set created for the niche assay. Default: "Niche"}
26
}
27
\description{
28
Create Niche Assays
29
}