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

Switch to unified view

a b/man/vrCoordinates.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/allgenerics.R, R/objects.R, R/assay.R,
3
%   R/image.R
4
\name{vrCoordinates}
5
\alias{vrCoordinates}
6
\alias{vrCoordinates,VoltRon-method}
7
\alias{vrCoordinates,vrAssay-method}
8
\alias{vrCoordinates,vrAssayV2-method}
9
\alias{vrCoordinates,vrImage-method}
10
\alias{vrCoordinates,vrSpatial-method}
11
\alias{vrCoordinates<-,VoltRon-method}
12
\alias{vrCoordinates<-,vrAssay-method}
13
\alias{vrCoordinates<-,vrAssayV2-method}
14
\alias{vrCoordinates<-,vrImage-method}
15
\alias{vrCoordinates<-,vrSpatial-method}
16
\alias{vrCoordinates<-}
17
\title{vrCoordinates}
18
\usage{
19
vrCoordinates(object, ...)
20
21
\S4method{vrCoordinates}{VoltRon}(
22
  object,
23
  assay = NULL,
24
  image_name = NULL,
25
  spatial_name = NULL,
26
  reg = FALSE
27
)
28
29
\S4method{vrCoordinates}{vrAssay}(object, image_name = NULL, spatial_name = NULL, reg = FALSE)
30
31
\S4method{vrCoordinates}{vrAssayV2}(object, image_name = NULL, spatial_name = NULL, reg = FALSE)
32
33
\S4method{vrCoordinates}{vrImage}(object)
34
35
\S4method{vrCoordinates}{vrSpatial}(object)
36
37
\S4method{vrCoordinates}{VoltRon}(object, image_name = NULL, spatial_name = NULL, reg = FALSE) <- value
38
39
\S4method{vrCoordinates}{vrAssay}(object, image_name = NULL, spatial_name = NULL, reg = FALSE) <- value
40
41
\S4method{vrCoordinates}{vrAssayV2}(object, image_name = NULL, spatial_name = NULL, reg = FALSE) <- value
42
43
\S4method{vrCoordinates}{vrImage}(object) <- value
44
45
\S4method{vrCoordinates}{vrSpatial}(object) <- value
46
47
vrCoordinates(object, ...) <- value
48
}
49
\arguments{
50
\item{object}{a VoltRon, vrAssay or vrSpatial object.}
51
52
\item{...}{arguments passed to other methods.}
53
54
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
55
if NULL, the default assay will be used, see \link{vrMainAssay}.}
56
57
\item{image_name}{(deprecated, use \code{spatial_name}) the name/key of the image associated with the coordinates}
58
59
\item{spatial_name}{the name/key of the spatial system associated with the coordinates}
60
61
\item{reg}{TRUE if registered coordinates of the main image (\link{vrMainImage}) is requested}
62
63
\item{value}{coordinates}
64
}
65
\description{
66
Given a VoltRon, vrAssay or vrSpatial object, get and set the coordinates of assays and coordinate systems
67
}