makeSVD {BatchQC}R Documentation

Compute singular value decomposition

Description

Compute singular value decomposition

Usage

makeSVD(x)

Arguments

x

matrix of genes by sample (ie. the usual data matrix)

Value

returns a list of svd components v and d


[Package BatchQC version 1.18.0 Index]