|
a |
|
b/man/vrLayer-methods.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/sample.R |
|
|
3 |
\name{vrLayer-methods} |
|
|
4 |
\alias{vrLayer-methods} |
|
|
5 |
\alias{[[,vrLayer,character,ANY-method} |
|
|
6 |
\alias{[[<-,vrLayer,character,ANY-method} |
|
|
7 |
\title{Methods for vrLayer objects} |
|
|
8 |
\usage{ |
|
|
9 |
\S4method{[[}{vrLayer,character,ANY}(x, i) |
|
|
10 |
|
|
|
11 |
\S4method{[[}{vrLayer,character,ANY}(x, i) <- value |
|
|
12 |
} |
|
|
13 |
\arguments{ |
|
|
14 |
\item{x}{A vrLayer object} |
|
|
15 |
|
|
|
16 |
\item{i}{the name of assay associated with the layer, see \link{SampleMetadata}} |
|
|
17 |
|
|
|
18 |
\item{value}{a vrAssayV2 object, see \link{vrAssayV2}} |
|
|
19 |
} |
|
|
20 |
\description{ |
|
|
21 |
Methods for \code{\link{vrLayer}} objects for generics defined in other |
|
|
22 |
packages |
|
|
23 |
} |
|
|
24 |
\section{Functions}{ |
|
|
25 |
\itemize{ |
|
|
26 |
\item \code{x[[i}: Accessing vrAssay objects from \code{vrLayer} objects |
|
|
27 |
|
|
|
28 |
\item \code{`[[`(x = vrLayer, i = character, j = ANY) <- value}: Overwriting vrAssay objects from \code{vrLayer} objects |
|
|
29 |
|
|
|
30 |
}} |
|
|
31 |
\concept{vrlayer} |