[413088]: / man / vrImageNames.Rd

Download this file

29 lines (23 with data), 851 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/allgenerics.R, R/image.R
\name{vrImageNames}
\alias{vrImageNames}
\alias{vrImageNames,VoltRon-method}
\alias{vrImageNames,vrAssay-method}
\alias{vrImageNames,vrAssayV2-method}
\title{vrImageNames}
\usage{
vrImageNames(object, ...)
\S4method{vrImageNames}{VoltRon}(object, assay = NULL)
\S4method{vrImageNames}{vrAssay}(object)
\S4method{vrImageNames}{vrAssayV2}(object)
}
\arguments{
\item{object}{a VoltRon or vrAssay object.}
\item{...}{arguments passed to other methods.}
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}.
If NULL, the default assay will be used, see \link{vrMainAssay}. If equals to "all", then provides a summary of spatial systems across all assays}
}
\description{
Get names of all images
}