pcRes {BatchQC}R Documentation

Compute variance of each principal component and how they correlate with batch and cond

Description

Compute variance of each principal component and how they correlate with batch and cond

Usage

pcRes(v, d, condition = NULL, batch = NULL)

Arguments

v

from makeSVD

d

from makeSVD

condition

factor describing experiment

batch

factor describing batch

Value

A dataframe containig variance, cum. variance, cond.R-sqrd, batch.R-sqrd


[Package BatchQC version 1.22.0 Index]