phecap_perform_majority_voting {PheCAP} | R Documentation |
Perform Majority Voting on the CUIs from Multiple Knowledge Sources
Description
Read parsed knowledge sources and identify CUIs. Generate a list of CUIs that appear in at least half of the sources.
Usage
phecap_perform_majority_voting(
input_folder)
Arguments
input_folder |
a character scalar for the path to the folder that contains the parsed knowledge sources |
Value
A character vector consisting of CUIs that pass the majority voting criterion.
[Package PheCAP version 1.2.1 Index]