|
a |
|
b/man/VoltRon-methods.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/objects.R |
|
|
3 |
\docType{methods} |
|
|
4 |
\name{VoltRon-methods} |
|
|
5 |
\alias{VoltRon-methods} |
|
|
6 |
\alias{$.VoltRon} |
|
|
7 |
\alias{$<-.VoltRon} |
|
|
8 |
\alias{.DollarNames.VoltRon} |
|
|
9 |
\alias{[[,VoltRon,character,missing-method} |
|
|
10 |
\alias{[[,VoltRon-methods} |
|
|
11 |
\alias{[[<-,VoltRon,character,missing-method} |
|
|
12 |
\alias{[[<-,VoltRon-methods} |
|
|
13 |
\alias{[[,VoltRon,character,character-method} |
|
|
14 |
\alias{[[<-,VoltRon,character,character-method} |
|
|
15 |
\title{Methods for VoltRon} |
|
|
16 |
\usage{ |
|
|
17 |
\method{$}{VoltRon}(x, i, ...) |
|
|
18 |
|
|
|
19 |
\method{$}{VoltRon}(x, i) <- value |
|
|
20 |
|
|
|
21 |
\method{.DollarNames}{VoltRon}(x, pattern = "") |
|
|
22 |
|
|
|
23 |
\S4method{[[}{VoltRon,character,missing}(x, i, j, ...) |
|
|
24 |
|
|
|
25 |
\S4method{[[}{VoltRon,character,missing}(x, i, j, ...) <- value |
|
|
26 |
|
|
|
27 |
\S4method{[[}{VoltRon,character,character}(x, i, j, ...) |
|
|
28 |
|
|
|
29 |
\S4method{[[}{VoltRon,character,character}(x, i, j, ...) <- value |
|
|
30 |
} |
|
|
31 |
\arguments{ |
|
|
32 |
\item{x}{A VoltRon object} |
|
|
33 |
|
|
|
34 |
\item{i, value}{Depends on the usage |
|
|
35 |
\describe{ |
|
|
36 |
\item{\code{$}, \code{$<-}}{Name (\code{i}) of a single metadata column from the main assay, see \link{vrMainAssay}} |
|
|
37 |
\item{\code{[[}, \code{[[<-}}{ |
|
|
38 |
If only \code{i} is given, either a vrSample object or a vrAssay for \code{i} (and \code{value}) being name of the sample or assay. |
|
|
39 |
If both \code{i} and \code{j} are given, vrLayer with layer name \code{j} (and \code{value}) of vrSample with same name \code{i}. |
|
|
40 |
} |
|
|
41 |
}} |
|
|
42 |
|
|
|
43 |
\item{...}{Arguments passed to other methods} |
|
|
44 |
|
|
|
45 |
\item{pattern}{ A regular expression. Only matching names are |
|
|
46 |
returned. |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
\item{j}{Depends on the usage, see \code{i}.} |
|
|
50 |
} |
|
|
51 |
\value{ |
|
|
52 |
\code{[[<-}: \code{x} with the metadata or associated objects added |
|
|
53 |
as \code{i}; if \code{value} is \code{NULL}, removes metadata or associated |
|
|
54 |
object \code{i} from object \code{x} |
|
|
55 |
|
|
|
56 |
\code{[[<-}: \code{x} with the metadata or associated objects added |
|
|
57 |
as \code{i}; if \code{value} is \code{NULL}, removes metadata or associated |
|
|
58 |
object \code{i} from object \code{x} |
|
|
59 |
} |
|
|
60 |
\description{ |
|
|
61 |
Methods for \code{\link{VoltRon}} objects for generics defined in other |
|
|
62 |
packages |
|
|
63 |
} |
|
|
64 |
\section{Functions}{ |
|
|
65 |
\itemize{ |
|
|
66 |
\item \code{$}: Metadata access for \code{VoltRon} objects |
|
|
67 |
|
|
|
68 |
\item \code{`$`(VoltRon) <- value}: Metadata overwrite for \code{VoltRon} objects |
|
|
69 |
|
|
|
70 |
\item \code{.DollarNames(VoltRon)}: Autocompletion for \code{$} access for \code{VoltRon} objects |
|
|
71 |
|
|
|
72 |
\item \code{x[[i}: Accessing vrAssay or vrSample objects from \code{VoltRon} objects |
|
|
73 |
|
|
|
74 |
\item \code{`[[`(x = VoltRon, i = character, j = missing) <- value}: Overwriting vrAssay or vrSample objects from \code{VoltRon} objects |
|
|
75 |
|
|
|
76 |
\item \code{x[[i}: Accessing vrLayer objects from \code{VoltRon} objects |
|
|
77 |
|
|
|
78 |
\item \code{`[[`(x = VoltRon, i = character, j = character) <- value}: Overwriting vrLayer objects from \code{VoltRon} objects |
|
|
79 |
|
|
|
80 |
}} |
|
|
81 |
\concept{voltron} |