score_matrix: Compute Score Matrix
Description
This function adjusts an original matrix by copying the lower triangular part from a shifted matrix.
Usage
score_matrix(original_matrix, shifted_matrix)
Value
A new matrix with adjusted values in the lower triangular part.
Arguments
- original_matrix
A numeric matrix representing the original data.
- shifted_matrix
A numeric matrix that has been transformed using shift_matrix().