clean_heatmap_matrix: Clean Heatmap Matrix
Description
Removes rows and columns with insufficient finite values from matrix
Usage
clean_heatmap_matrix(matrix_data, min_finite = 2, verbose = FALSE)
Value
Cleaned matrix or NULL if insufficient data
Arguments
- matrix_data
Numeric matrix to clean
- min_finite
Minimum number of finite values required per row/column
- verbose
Whether to print cleaning information