.check_data_expr {GWENA}R Documentation

Run checks on an object to test if it's a data_expr

Description

Check an object to be a data.frame or a matrix compatible of genes and samples.

Usage

.check_data_expr(data_expr)

Arguments

data_expr

matrix or data.frame, expression data with genes as column and samples as row.

Value

Throw an error if doesn't correspond


[Package GWENA version 1.4.0 Index]