process_comparison_file {textAnnotatoR} | R 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
[Package textAnnotatoR version 0.1.4 Index]