|
a |
|
b/man/vrFeatures.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allgenerics.R, R/objects.R, R/assay.R |
|
|
3 |
\name{vrFeatures} |
|
|
4 |
\alias{vrFeatures} |
|
|
5 |
\alias{vrFeatures,VoltRon-method} |
|
|
6 |
\alias{vrFeatures,vrAssay-method} |
|
|
7 |
\alias{vrFeatures,vrAssayV2-method} |
|
|
8 |
\title{vrFeatures} |
|
|
9 |
\usage{ |
|
|
10 |
vrFeatures(object, ...) |
|
|
11 |
|
|
|
12 |
\S4method{vrFeatures}{VoltRon}(object, assay = NULL) |
|
|
13 |
|
|
|
14 |
\S4method{vrFeatures}{vrAssay}(object) |
|
|
15 |
|
|
|
16 |
\S4method{vrFeatures}{vrAssayV2}(object) |
|
|
17 |
} |
|
|
18 |
\arguments{ |
|
|
19 |
\item{object}{a VoltRon or vrAssay object.} |
|
|
20 |
|
|
|
21 |
\item{...}{arguments passed to other methods.} |
|
|
22 |
|
|
|
23 |
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. |
|
|
24 |
if NULL, the default assay will be used, see \link{vrMainAssay}.} |
|
|
25 |
} |
|
|
26 |
\description{ |
|
|
27 |
Get names of the features. |
|
|
28 |
} |