compare_coverage: Compare coverage patterns between coding strategies

View source: R/annotate_gui.R

compare_coverageR 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:

  • coverage: List containing distribution information

  • frequencies: Table of code frequencies

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


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.