[413088]: / man / flipCoordinates.Rd

Download this file

39 lines (31 with data), 1.2 kB

 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
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/allgenerics.R, R/objects.R, R/assay.R
\name{flipCoordinates}
\alias{flipCoordinates}
\alias{flipCoordinates,VoltRon-method}
\alias{flipCoordinates,vrAssay-method}
\alias{flipCoordinates,vrAssayV2-method}
\title{flipCoordinates}
\usage{
flipCoordinates(object, ...)
\S4method{flipCoordinates}{VoltRon}(
object,
assay = NULL,
image_name = NULL,
spatial_name = NULL,
...
)
\S4method{flipCoordinates}{vrAssay}(object, image_name = NULL, spatial_name = NULL, ...)
\S4method{flipCoordinates}{vrAssayV2}(object, image_name = NULL, spatial_name = NULL, ...)
}
\arguments{
\item{object}{a VoltRon, vrAssay or vrSpatial object.}
\item{...}{additional parameters passed to \link{vrCoordinates} and \link{vrSegments}}
\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}.}
\item{image_name}{(deprecated, use \code{spatial_name}) the name/key of the image}
\item{spatial_name}{the name/key of the spatial system associated with the coordinates}
}
\description{
Flip the coordinates of spatial points in the y axis direction.
}