|
a |
|
b/man/updateAssay.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allgenerics.R, R/assay.R, R/objects.R |
|
|
3 |
\name{updateAssay} |
|
|
4 |
\alias{updateAssay} |
|
|
5 |
\alias{updateAssay,vrAssay-method} |
|
|
6 |
\alias{updateAssay,vrAssayV2-method} |
|
|
7 |
\alias{updateAssay,VoltRon-method} |
|
|
8 |
\title{Update Assay} |
|
|
9 |
\usage{ |
|
|
10 |
updateAssay(object, ...) |
|
|
11 |
|
|
|
12 |
\S4method{updateAssay}{vrAssay}(object) |
|
|
13 |
|
|
|
14 |
\S4method{updateAssay}{vrAssayV2}(object) |
|
|
15 |
|
|
|
16 |
\S4method{updateAssay}{VoltRon}(object, assay = NULL) |
|
|
17 |
} |
|
|
18 |
\arguments{ |
|
|
19 |
\item{object}{a vrAssayV2 object to be converted to vrAssayV2} |
|
|
20 |
|
|
|
21 |
\item{...}{arguments passed to other methods.} |
|
|
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 |
\description{ |
|
|
27 |
update assays from vrAssay to vrAssayV2 |
|
|
28 |
} |