compare_coverage {textAnnotatoR} | R Documentation |
Compare coverage patterns between coding strategies
Description
Analyzes and compares the coverage patterns between different coding strategies, including total codes used and unique code counts.
Usage
compare_coverage(coding_strategies)
Arguments
coding_strategies |
List of coding strategies, where each strategy contains:
|
Value
List containing:
total_codes_range: Numeric vector with min and max total codes
unique_codes_range: Numeric vector with min and max unique codes
[Package textAnnotatoR version 0.1.4 Index]