Diff of /man/vrAssay-class.Rd [000000] .. [413088]

Switch to unified view

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