isEmptySV: Is the Surrogate Variable (SV) matrix empty

View source: R/sva.R

isEmptySVR Documentation

Is the Surrogate Variable (SV) matrix empty

Description

Is the Surrogate Variable (SV) matrix empty

Usage

isEmptySV(sv)

Arguments

sv

A surrogate variable (SV) matrix returned by sva

Value

TRUE if no valid SV was estimated; otherwise FALSE.

Examples


isEmptySV(matrix(0, 1,1))
isEmptySV(matrix(rnorm(5), nrow=5))


bedapub/ribiosNGS documentation built on Feb. 10, 2025, 12:34 a.m.