Learn R Programming

LBDiscover (version 0.1.0)

enhance_abc_kb: Enhance ABC results with external knowledge

Description

This function enhances ABC results with information from external knowledge bases.

Usage

enhance_abc_kb(abc_results, knowledge_base = c("umls", "mesh"), api_key = NULL)

Value

A data frame with enhanced ABC results.

Arguments

abc_results

A data frame containing ABC results.

knowledge_base

Character string, the knowledge base to use ("umls" or "mesh").

api_key

Character string. API key for the knowledge base (if needed).