analyze_overlap_characteristics: Analyze characteristics of code overlaps

View source: R/annotate_gui.R

analyze_overlap_characteristicsR Documentation

Analyze characteristics of code overlaps

Description

Analyzes the characteristics of overlapping code applications by calculating various metrics about overlap patterns.

Usage

analyze_overlap_characteristics(overlaps)

Arguments

overlaps

List of overlap information, where each element contains:

  • overlap_start: numeric, starting position of overlap

  • overlap_end: numeric, ending position of overlap

Details

Calculates metrics about code overlaps including the average length of overlapping regions and the total number of overlaps. Returns empty list for empty input.

Value

List containing:

  • avg_length: Numeric value of average overlap length

  • total_overlaps: Integer count of total overlapping instances


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