bitola_model: Apply BITOLA-style discovery model

View source: R/alternative_models.R

bitola_modelR Documentation

Apply BITOLA-style discovery model

Description

This function implements a BITOLA-style discovery model based on MeSH term co-occurrence and semantic type filtering.

Usage

bitola_model(
  co_matrix,
  a_term,
  a_semantic_type = NULL,
  c_semantic_type = NULL,
  min_score = 0.1,
  n_results = 100
)

Arguments

co_matrix

A co-occurrence matrix produced by create_cooccurrence_matrix().

a_term

Character string, the source term (A).

a_semantic_type

Character string, the semantic type for A term.

c_semantic_type

Character string, the semantic type for C terms.

min_score

Minimum score threshold for results.

n_results

Maximum number of results to return.

Value

A data frame with ranked discovery results.


LBDiscover documentation built on June 16, 2025, 5:09 p.m.