forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntegrateLayers.Rd
50 lines (41 loc) · 1.13 KB
/
IntegrateLayers.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/integration5.R
\name{IntegrateLayers}
\alias{IntegrateLayers}
\title{Integrate Layers}
\usage{
IntegrateLayers(
object,
method,
orig.reduction = "pca",
assay = NULL,
features = NULL,
layers = NULL,
scale.layer = "scale.data",
...
)
}
\arguments{
\item{object}{A \code{\link[SeuratObject]{Seurat}} object}
\item{method}{Integration method function}
\item{orig.reduction}{Name of dimensional reduction for correction}
\item{assay}{Name of assay for integration}
\item{features}{A vector of features to use for integration}
\item{layers}{Names of normalized layers in \code{assay}}
\item{scale.layer}{Name(s) of scaled layer(s) in \code{assay}}
\item{...}{Arguments passed on to \code{method}}
}
\value{
\code{object} with integration data added to it
}
\description{
Integrate Layers
}
\section{Integration Method Functions}{
The following integration method functions are available:
\Sexpr[stage=render,results=rd]{Seurat:::.rd_methods("integration")}
}
\seealso{
\link[Seurat:writing-integration]{Writing integration method functions}
}
\concept{integration}