|
a |
|
b/man/combineChannels.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allgenerics.R, R/image.R |
|
|
3 |
\name{combineChannels} |
|
|
4 |
\alias{combineChannels} |
|
|
5 |
\alias{combineChannels,VoltRon-method} |
|
|
6 |
\alias{combineChannels,vrAssay-method} |
|
|
7 |
\alias{combineChannels,vrAssayV2-method} |
|
|
8 |
\alias{combineChannels,vrImage-method} |
|
|
9 |
\alias{combineChannels,vrSpatial-method} |
|
|
10 |
\title{combineChannels} |
|
|
11 |
\usage{ |
|
|
12 |
combineChannels(object, ...) |
|
|
13 |
|
|
|
14 |
\S4method{combineChannels}{VoltRon}( |
|
|
15 |
object, |
|
|
16 |
assay = NULL, |
|
|
17 |
name = NULL, |
|
|
18 |
reg = FALSE, |
|
|
19 |
channels = NULL, |
|
|
20 |
colors = NULL, |
|
|
21 |
channel_key = "combined" |
|
|
22 |
) |
|
|
23 |
|
|
|
24 |
\S4method{combineChannels}{vrAssay}( |
|
|
25 |
object, |
|
|
26 |
name = NULL, |
|
|
27 |
reg = FALSE, |
|
|
28 |
channels = NULL, |
|
|
29 |
colors = NULL, |
|
|
30 |
channel_key = "combined" |
|
|
31 |
) |
|
|
32 |
|
|
|
33 |
\S4method{combineChannels}{vrAssayV2}( |
|
|
34 |
object, |
|
|
35 |
name = NULL, |
|
|
36 |
reg = FALSE, |
|
|
37 |
channels = NULL, |
|
|
38 |
colors = NULL, |
|
|
39 |
channel_key = "combined" |
|
|
40 |
) |
|
|
41 |
|
|
|
42 |
\S4method{combineChannels}{vrImage}( |
|
|
43 |
object, |
|
|
44 |
channels = NULL, |
|
|
45 |
colors = NULL, |
|
|
46 |
channel_key = "combined" |
|
|
47 |
) |
|
|
48 |
|
|
|
49 |
\S4method{combineChannels}{vrSpatial}( |
|
|
50 |
object, |
|
|
51 |
channels = NULL, |
|
|
52 |
colors = NULL, |
|
|
53 |
channel_key = "combined" |
|
|
54 |
) |
|
|
55 |
} |
|
|
56 |
\arguments{ |
|
|
57 |
\item{object}{a VoltRon, vrAssay or vrSpatial object.} |
|
|
58 |
|
|
|
59 |
\item{...}{arguments passed to other methods.} |
|
|
60 |
|
|
|
61 |
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. |
|
|
62 |
if NULL, the default assay will be used, see \link{vrMainAssay}.} |
|
|
63 |
|
|
|
64 |
\item{name}{the name of the image} |
|
|
65 |
|
|
|
66 |
\item{reg}{TRUE if registered coordinates of the main image (\link{vrMainSpatial}) is requested} |
|
|
67 |
|
|
|
68 |
\item{channels}{the name of the channel associated with the image} |
|
|
69 |
|
|
|
70 |
\item{colors}{the colors associated with each channel} |
|
|
71 |
|
|
|
72 |
\item{channel_key}{the name of the new channel name} |
|
|
73 |
} |
|
|
74 |
\description{ |
|
|
75 |
Combining channels into novel channels of the same image |
|
|
76 |
} |