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