|
a |
|
b/man/vrFeatureData.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{vrFeatureData} |
|
|
4 |
\alias{vrFeatureData} |
|
|
5 |
\alias{vrFeatureData,VoltRon-method} |
|
|
6 |
\alias{vrFeatureData,vrAssay-method} |
|
|
7 |
\alias{vrFeatureData,vrAssayV2-method} |
|
|
8 |
\alias{vrFeatureData<-,VoltRon-method} |
|
|
9 |
\alias{vrFeatureData<-,vrAssay-method} |
|
|
10 |
\alias{vrFeatureData<-,vrAssayV2-method} |
|
|
11 |
\alias{vrFeatureData<-} |
|
|
12 |
\title{Feature Data} |
|
|
13 |
\usage{ |
|
|
14 |
vrFeatureData(object, ...) |
|
|
15 |
|
|
|
16 |
\S4method{vrFeatureData}{VoltRon}(object, assay = NULL, feat_type = NULL) |
|
|
17 |
|
|
|
18 |
\S4method{vrFeatureData}{vrAssay}(object) |
|
|
19 |
|
|
|
20 |
\S4method{vrFeatureData}{vrAssayV2}(object, feat_type = NULL) |
|
|
21 |
|
|
|
22 |
\S4method{vrFeatureData}{VoltRon}(object, assay = NULL) <- value |
|
|
23 |
|
|
|
24 |
\S4method{vrFeatureData}{vrAssay}(object) <- value |
|
|
25 |
|
|
|
26 |
\S4method{vrFeatureData}{vrAssayV2}(object, feat_type = NULL) <- value |
|
|
27 |
|
|
|
28 |
vrFeatureData(object, ...) <- value |
|
|
29 |
} |
|
|
30 |
\arguments{ |
|
|
31 |
\item{object}{a VoltRon or vrAssay object.} |
|
|
32 |
|
|
|
33 |
\item{...}{arguments passed to other methods.} |
|
|
34 |
|
|
|
35 |
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. |
|
|
36 |
if NULL, the default assay will be used, see \link{vrMainAssay}.} |
|
|
37 |
|
|
|
38 |
\item{feat_type}{the feature set type} |
|
|
39 |
|
|
|
40 |
\item{value}{new feature metadata} |
|
|
41 |
} |
|
|
42 |
\description{ |
|
|
43 |
Get and set feature data from the main.assay |
|
|
44 |
} |