|
a |
|
b/man/subset-vrMetadata-method.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/metadata.R |
|
|
3 |
\name{subset,vrMetadata-method} |
|
|
4 |
\alias{subset,vrMetadata-method} |
|
|
5 |
\title{Subsetting vrMetadata objects} |
|
|
6 |
\usage{ |
|
|
7 |
\S4method{subset}{vrMetadata}(x, subset, samples = NULL, assays = NULL, spatialpoints = NULL) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{x}{a vrMetadata object} |
|
|
11 |
|
|
|
12 |
\item{subset}{the subset statement} |
|
|
13 |
|
|
|
14 |
\item{samples}{the set of samples to subset the object} |
|
|
15 |
|
|
|
16 |
\item{assays}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \code{SampleMetadata(object)}} |
|
|
17 |
|
|
|
18 |
\item{spatialpoints}{the set of spatial points to subset the object} |
|
|
19 |
} |
|
|
20 |
\description{ |
|
|
21 |
Given a vrMetadata object, subset the object given one of the attributes |
|
|
22 |
} |