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

Switch to unified view

a b/man/vrImages.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/allgenerics.R, R/image.R
3
\name{vrImages}
4
\alias{vrImages}
5
\alias{vrImages,VoltRon-method}
6
\alias{vrImages,vrAssay-method}
7
\alias{vrImages,vrAssayV2-method}
8
\alias{vrImages,vrImage-method}
9
\alias{vrImages,vrSpatial-method}
10
\alias{vrImages<-,vrAssay-method}
11
\alias{vrImages<-,vrAssayV2-method}
12
\alias{vrImages<-,vrImage-method}
13
\alias{vrImages<-,vrSpatial-method}
14
\alias{vrImages<-}
15
\title{vrImages}
16
\usage{
17
vrImages(object, ...)
18
19
\S4method{vrImages}{VoltRon}(
20
  object,
21
  assay = NULL,
22
  name = NULL,
23
  reg = FALSE,
24
  channel = NULL,
25
  as.raster = FALSE,
26
  scale.perc = 100
27
)
28
29
\S4method{vrImages}{vrAssay}(
30
  object,
31
  name = NULL,
32
  reg = FALSE,
33
  channel = NULL,
34
  as.raster = FALSE,
35
  scale.perc = 100
36
)
37
38
\S4method{vrImages}{vrAssayV2}(
39
  object,
40
  name = NULL,
41
  reg = FALSE,
42
  channel = NULL,
43
  as.raster = FALSE,
44
  scale.perc = 100
45
)
46
47
\S4method{vrImages}{vrImage}(object, channel = NULL, as.raster = FALSE, scale.perc = 100)
48
49
\S4method{vrImages}{vrSpatial}(object, channel = NULL, as.raster = FALSE, scale.perc = 100)
50
51
\S4method{vrImages}{vrAssay}(object, name = NULL, channel = NULL, reg = FALSE) <- value
52
53
\S4method{vrImages}{vrAssayV2}(object, name = NULL, channel = NULL, reg = FALSE) <- value
54
55
\S4method{vrImages}{vrImage}(object, channel = NULL) <- value
56
57
\S4method{vrImages}{vrSpatial}(object, channel = NULL) <- value
58
59
vrImages(object, ...) <- value
60
}
61
\arguments{
62
\item{object}{a VoltRon, vrAssay or vrSpatial object.}
63
64
\item{...}{arguments passed to other methods.}
65
66
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
67
if NULL, the default assay will be used, see \link{vrMainAssay}.}
68
69
\item{name}{the name of the main spatial system}
70
71
\item{reg}{TRUE if registered coordinates of the main image (\link{vrMainSpatial}) is requested}
72
73
\item{channel}{the name of the channel associated with the image}
74
75
\item{as.raster}{return as raster}
76
77
\item{scale.perc}{scale percentage if lower resolution image needed}
78
79
\item{value}{a raster image or an image of \code{magick-image} object}
80
}
81
\description{
82
Get images of VoltRon objects
83
}