score_matrix {MariNET}R Documentation

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)

Arguments

original_matrix

A numeric matrix representing the original data.

shifted_matrix

A numeric matrix that has been transformed using shift_matrix().

Value

A new matrix with adjusted values in the lower triangular part.


[Package MariNET version 1.0.0 Index]