Learn R Programming

Seurat (version 2.0.0)

CalcVarExpRatio: Calculate the ratio of variance explained by ICA or PCA to CCA

Description

Calculate the ratio of variance explained by ICA or PCA to CCA

Usage

CalcVarExpRatio(object, reduction.type = "pca", grouping.var, dims.use)

Arguments

object

Seurat object

reduction.type

type of dimensional reduction to compare to CCA (pca, pcafast, ica)

grouping.var

variable to group by

dims.use

Vector of dimensions to project onto (default is the 1:number stored for cca)

Value

Returns Seurat object with ratio of variance explained stored in object@meta.data$var.ratio