Performs quality checks on an expression matrix to identify missing values, infinite values, and features with zero variance. Issues warnings when potential problems are detected that may affect downstream analyses.
Arguments
- eset
Expression matrix or data frame with genes/features in rows and samples in columns.
- print_result
Logical indicating whether to print detailed check results to the console. Default is `FALSE`.
- estimate_sd
Logical indicating whether to check for features with zero standard deviation. Default is `FALSE`.
Value
Invisibly returns `NULL`. Function is called for its side effects (printing messages and issuing warnings).