|
a |
|
b/man/vrAssayV2-class.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allclasses.R |
|
|
3 |
\docType{class} |
|
|
4 |
\name{vrAssayV2-class} |
|
|
5 |
\alias{vrAssayV2-class} |
|
|
6 |
\alias{vrAssayV2} |
|
|
7 |
\title{The vrAssayV2 (VoltRon Assay) Class} |
|
|
8 |
\description{ |
|
|
9 |
The vrAssayV2 (VoltRon Assay) Class |
|
|
10 |
} |
|
|
11 |
\section{Slots}{ |
|
|
12 |
|
|
|
13 |
\describe{ |
|
|
14 |
\item{\code{data}}{list of count/normalized datasets} |
|
|
15 |
|
|
|
16 |
\item{\code{featuredata}}{list of feature metadata} |
|
|
17 |
|
|
|
18 |
\item{\code{embeddings}}{list of embeddings} |
|
|
19 |
|
|
|
20 |
\item{\code{image}}{a list of vrImage objects} |
|
|
21 |
|
|
|
22 |
\item{\code{params}}{additional parameters used by different assay types} |
|
|
23 |
|
|
|
24 |
\item{\code{type}}{the type of the assay (tile, molecule, cell, spot, ROI)} |
|
|
25 |
|
|
|
26 |
\item{\code{name}}{the assay name} |
|
|
27 |
|
|
|
28 |
\item{\code{main_image}}{the key of the main image} |
|
|
29 |
|
|
|
30 |
\item{\code{main_featureset}}{the key of the main feature set} |
|
|
31 |
}} |
|
|
32 |
|