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