is_empty {geneExpression} R Documentation

check that the given expression matrix object is empty or not

Description

Usage

is_empty(x);

Arguments

x

[as Matrix]

Details

Authors

phenotype_kit

Value

TRUE will be returns if the given expression matrix object is nothing or there is no gene feature row and no sample column in the target matrix object, otherwise FALSE.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]