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

Switch to unified view

a b/man/generateTileData.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
\name{generateTileData}
4
\alias{generateTileData}
5
\alias{generateTileData,VoltRon-method}
6
\alias{generateTileData,vrAssay-method}
7
\alias{generateTileData,vrAssayV2-method}
8
\title{generateTileData}
9
\usage{
10
generateTileData(object, ...)
11
12
\S4method{generateTileData}{VoltRon}(object, assay = NULL, ...)
13
14
\S4method{generateTileData}{vrAssay}(object, name = NULL, reg = FALSE, channel = NULL)
15
16
\S4method{generateTileData}{vrAssayV2}(object, name = NULL, reg = FALSE, channel = NULL)
17
}
18
\arguments{
19
\item{object}{a VoltRon or vrAssay object.}
20
21
\item{...}{additional parameters passed to vrAssay.}
22
23
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
24
if NULL, the default assay will be used, see \link{vrMainAssay}.}
25
26
\item{name}{the name of the main spatial system}
27
28
\item{reg}{TRUE if registered coordinates of the main image (\link{vrMainSpatial}) is requested}
29
30
\item{channel}{the name of the channel associated with the image}
31
}
32
\description{
33
Generating data matrices for tile-based VoltRon objects from images
34
}