Learn R Programming

Seurat (version 2.2.0)

RunMultiCCA: Perform Canonical Correlation Analysis with more than two groups

Description

Runs a canonical correlation analysis

Usage

RunMultiCCA(object.list, genes.use, niter = 25, num.ccs = 1,
  standardize = TRUE)

Arguments

object.list

List of Seurat objects

genes.use

Genes to use in mCCA.

niter

Number of iterations to perform. Set by default to 25.

num.ccs

Number of canonical vectors to calculate

standardize

standardize scale.data matrices to be centered (mean zero) and scaled to have a standard deviation of 1.

Value

Returns a combined Seurat object with the CCA stored in the @dr$cca slot.