forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModalityWeights-class.Rd
28 lines (22 loc) · 1012 Bytes
/
ModalityWeights-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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/objects.R
\docType{class}
\name{ModalityWeights-class}
\alias{ModalityWeights-class}
\alias{ModalityWeights}
\title{The ModalityWeights Class}
\description{
The ModalityWeights class is an intermediate data storage class that stores the modality weight and other
related information needed for performing downstream analyses - namely data integration
(\code{FindModalityWeights}) and data transfer (\code{\link{FindMultiModalNeighbors}}).
}
\section{Slots}{
\describe{
\item{\code{modality.weight.list}}{A list of modality weights value from all modalities}
\item{\code{modality.assay}}{Names of assays for the list of dimensional reductions}
\item{\code{params}}{A list of parameters used in the FindModalityWeights}
\item{\code{score.matrix}}{a list of score matrices representing cross and within-modality prediction
score, and kernel value}
\item{\code{command}}{Store log of parameters that were used}
}}
\concept{objects}