Learn R Programming

BTR (version 1.2.4)

validate_adjmat: Calculate true positive, true negative, false positive and false negative

Description

This function calculates the true positive, true negative, false positive and false negative values from the adjacency matrices.

Usage

validate_adjmat(inf_mat, true_mat)

Arguments

inf_mat
matrix. It should be adjacency matrix of inferred network.
true_mat
matrix. It should be adjacency matrix of true network.