forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntegrationData-class.Rd
30 lines (22 loc) · 941 Bytes
/
IntegrationData-class.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/objects.R
\docType{class}
\name{IntegrationData-class}
\alias{IntegrationData-class}
\alias{IntegrationData}
\title{The IntegrationData Class}
\description{
The IntegrationData object is an intermediate storage container used internally throughout the
integration procedure to hold bits of data that are useful downstream.
}
\section{Slots}{
\describe{
\item{\code{neighbors}}{List of neighborhood information for cells (outputs of \code{RANN::nn2})}
\item{\code{weights}}{Anchor weight matrix}
\item{\code{integration.matrix}}{Integration matrix}
\item{\code{anchors}}{Anchor matrix}
\item{\code{offsets}}{The offsets used to enable cell look up in downstream functions}
\item{\code{objects.ncell}}{Number of cells in each object in the object.list}
\item{\code{sample.tree}}{Sample tree used for ordering multi-dataset integration}
}}
\concept{objects}