|
a |
|
b/man/addFeature.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allgenerics.R, R/assay.R, R/objects.R |
|
|
3 |
\name{addFeature} |
|
|
4 |
\alias{addFeature} |
|
|
5 |
\alias{addFeature,vrAssayV2-method} |
|
|
6 |
\alias{addFeature,VoltRon-method} |
|
|
7 |
\title{addFeature} |
|
|
8 |
\usage{ |
|
|
9 |
addFeature(object, ...) |
|
|
10 |
|
|
|
11 |
\S4method{addFeature}{vrAssayV2}(object, data, feature_name) |
|
|
12 |
|
|
|
13 |
\S4method{addFeature}{VoltRon}(object, assay = NULL, data, feature_name) |
|
|
14 |
} |
|
|
15 |
\arguments{ |
|
|
16 |
\item{object}{a VoltRon or vrAssay object.} |
|
|
17 |
|
|
|
18 |
\item{...}{arguments passed to other methods.} |
|
|
19 |
|
|
|
20 |
\item{data}{new data matrix for new feature set} |
|
|
21 |
|
|
|
22 |
\item{feature_name}{the name of the new feature set} |
|
|
23 |
|
|
|
24 |
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. |
|
|
25 |
If NULL, the default assay will be used, see \link{vrMainAssay}. If given as "all", then provides a summary of spatial systems across all assays.} |
|
|
26 |
} |
|
|
27 |
\description{ |
|
|
28 |
add a new feature set to a vrAssay (or VoltRon) object |
|
|
29 |
} |