|
a |
|
b/man/addAssay.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allgenerics.R, R/metadata.R, R/objects.R |
|
|
3 |
\name{addAssay} |
|
|
4 |
\alias{addAssay} |
|
|
5 |
\alias{addAssay,vrMetadata-method} |
|
|
6 |
\alias{addAssay,VoltRon-method} |
|
|
7 |
\title{Add Assay} |
|
|
8 |
\usage{ |
|
|
9 |
addAssay(object, ...) |
|
|
10 |
|
|
|
11 |
\S4method{addAssay}{vrMetadata}( |
|
|
12 |
object, |
|
|
13 |
metadata = NULL, |
|
|
14 |
assay, |
|
|
15 |
assay_name, |
|
|
16 |
sample = "Sample1", |
|
|
17 |
layer = "Section1" |
|
|
18 |
) |
|
|
19 |
|
|
|
20 |
\S4method{addAssay}{VoltRon}( |
|
|
21 |
object, |
|
|
22 |
assay, |
|
|
23 |
metadata = NULL, |
|
|
24 |
assay_name, |
|
|
25 |
sample = "Sample1", |
|
|
26 |
layer = "Section1" |
|
|
27 |
) |
|
|
28 |
} |
|
|
29 |
\arguments{ |
|
|
30 |
\item{object}{a VoltRon object.} |
|
|
31 |
|
|
|
32 |
\item{...}{arguments passed to other methods.} |
|
|
33 |
|
|
|
34 |
\item{metadata}{a predefined metadata} |
|
|
35 |
|
|
|
36 |
\item{assay}{a vrAssay object} |
|
|
37 |
|
|
|
38 |
\item{assay_name}{assay name of the new added assay} |
|
|
39 |
|
|
|
40 |
\item{sample}{sample name} |
|
|
41 |
|
|
|
42 |
\item{layer}{layer name} |
|
|
43 |
} |
|
|
44 |
\description{ |
|
|
45 |
add a new assay (vrAssay object) to a VoltRon object |
|
|
46 |
} |