Learn R Programming

LBDiscover (version 0.1.0)

calculate_score: Calculate ABC score based on specified method

Description

Calculate ABC score based on specified method

Usage

calculate_score(a_b_score, b_c_score, method)

Value

Calculated score

Arguments

a_b_score

A-B association score

b_c_score

B-C association score

method

Scoring method: "multiplication", "average", "combined", or "jaccard"