[413088]: / man / vrLayer-methods.Rd

Download this file

32 lines (26 with data), 882 Bytes

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