|
a |
|
b/man/VoltRon-class.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/allclasses.R |
|
|
3 |
\docType{class} |
|
|
4 |
\name{VoltRon-class} |
|
|
5 |
\alias{VoltRon-class} |
|
|
6 |
\alias{VoltRon} |
|
|
7 |
\title{The VoltRon Class} |
|
|
8 |
\description{ |
|
|
9 |
The VoltRon Class |
|
|
10 |
} |
|
|
11 |
\section{Slots}{ |
|
|
12 |
|
|
|
13 |
\describe{ |
|
|
14 |
\item{\code{samples}}{A list of samples (vrSample)} |
|
|
15 |
|
|
|
16 |
\item{\code{metadata}}{A vrMetadata object that includes metadata of ROIs, spots, and cells} |
|
|
17 |
|
|
|
18 |
\item{\code{sample.metadata}}{Contains meta-information about each sample, layer and assay} |
|
|
19 |
|
|
|
20 |
\item{\code{graph}}{A igraph object} |
|
|
21 |
|
|
|
22 |
\item{\code{main.assay}}{The type of the main assay (i.e. Visium, Xenium, GeoMx etc.)} |
|
|
23 |
|
|
|
24 |
\item{\code{project}}{Name of the project} |
|
|
25 |
}} |
|
|
26 |
|