[413088]: / man / subset-vrAssayV2-method.Rd

Download this file

23 lines (18 with data), 662 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/assay.R
\name{subset,vrAssayV2-method}
\alias{subset,vrAssayV2-method}
\title{Subsetting vrAssayV2 objects}
\usage{
\S4method{subset}{vrAssayV2}(x, subset, spatialpoints = NULL, features = NULL, image = NULL)
}
\arguments{
\item{x}{a vrAssayV2 object}
\item{subset}{Logical statement for subsetting}
\item{spatialpoints}{the set of spatial points to subset the object}
\item{features}{the set of features to subset the object}
\item{image}{the subseting string passed to \link{image_crop}}
}
\description{
Given a vrAssayV2 object, subset the object given one of the attributes
}