Evaluate concept sets

evaluateConceptSets(conceptSets)

Arguments

conceptSets

The concept sets to evaluate. A data frame with two columns: id: the ID of the concept set, and conceptId: the concept ID of the concept included in the concept set. Can contain 1 or more rows per concept set.

Value

The evaluation of the concept sets

Examples

data(ai3ConceptSets)
results <- evaluateConceptSets(ai3ConceptSets)
results$f1ConservativeWeighted[results$id == "Total"]
#> [1] 0.8764369