[413088]: / man / vrFeatureData.Rd

Download this file

45 lines (33 with data), 1.3 kB

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