a b/man/vrMainAssay.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/allgenerics.R, R/objects.R
3
\name{vrMainAssay}
4
\alias{vrMainAssay}
5
\alias{vrMainAssay<-}
6
\alias{vrMainAssay,VoltRon-method}
7
\alias{vrMainAssay<-,VoltRon-method}
8
\title{Main Assay}
9
\usage{
10
vrMainAssay(object, ...)
11
12
vrMainAssay(object, ...) <- value
13
14
\S4method{vrMainAssay}{VoltRon}(object)
15
16
\S4method{vrMainAssay}{VoltRon}(object) <- value
17
}
18
\arguments{
19
\item{object}{a VoltRon object}
20
21
\item{...}{arguments passed to other methods.}
22
23
\item{value}{new assay name}
24
}
25
\description{
26
Get and set the main assay of a VoltRon object
27
28
Get and set the main assay of a VoltRon object
29
}