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