[413088]: / man / vrMainChannel.Rd

Download this file

48 lines (35 with data), 1.3 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
39
40
41
42
43
44
45
46
47
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/allgenerics.R, R/image.R
\name{vrMainChannel}
\alias{vrMainChannel}
\alias{vrMainChannel,vrAssay-method}
\alias{vrMainChannel,vrAssayV2-method}
\alias{vrMainChannel,vrImage-method}
\alias{vrMainChannel,vrSpatial-method}
\alias{vrMainChannel<-,vrAssay-method}
\alias{vrMainChannel<-,vrAssayV2-method}
\alias{vrMainChannel<-,vrImage-method}
\alias{vrMainChannel<-,vrSpatial-method}
\alias{vrMainChannel<-}
\title{vrMainChannel}
\usage{
vrMainChannel(object, ...)
\S4method{vrMainChannel}{vrAssay}(object, name = NULL)
\S4method{vrMainChannel}{vrAssayV2}(object, name = NULL)
\S4method{vrMainChannel}{vrImage}(object)
\S4method{vrMainChannel}{vrSpatial}(object)
\S4method{vrMainChannel}{vrAssay}(object, name = NULL) <- value
\S4method{vrMainChannel}{vrAssayV2}(object, name = NULL) <- value
\S4method{vrMainChannel}{vrImage}(object) <- value
\S4method{vrMainChannel}{vrSpatial}(object) <- value
vrMainChannel(object, ...) <- value
}
\arguments{
\item{object}{a vrAssay or vrSpatial object}
\item{...}{arguments passed to other methods.}
\item{name}{the name of the image}
\item{value}{the name of main channel of the spatial system}
}
\description{
Get and set the main channel name of the spatial system.
}