process_comparison_file: Process comparison file

View source: R/annotate_gui.R

process_comparison_fileR Documentation

Process comparison file

Description

Processes uploaded comparison files, handling different file formats (CSV, JSON) and ensuring proper data structure and types for comparison analysis.

Usage

process_comparison_file(filepath)

Arguments

filepath

Character string specifying the path to the comparison file

Value

Data frame containing processed annotations with columns:

  • start: numeric, starting position of annotation

  • end: numeric, ending position of annotation

  • code: character, code applied to the annotation


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