Skip to contents

Merge prediction score matrices from two classifiers.

Internal function called by int_calc_signatures(). Not meant for out of package use. This function merges the prediction score matrices from the 5-class and 7-class (UroA,UroB,UroC) classifiers into 1 unique score matrix.

Usage

int_merge_suburo_matrix(
  score_matrix1,
  score_matrix2,
  row.names = list(NULL, NULL)
)

Arguments

score_matrix1

Prediction score matrix from the 7 class classifier.

score_matrix2

Prediction score matrix from the 5 class classifier.

row.names

Rownames (sample names) for both matrices.

Value

Merged matrix including scores for 8 classes (Uro, UroA, UroB, UroC, GU, BaSq, Mes, ScNE)

Examples

if (FALSE) { # \dontrun{
# No examples provided
} # }