read_sv_eval_file: Read SV eval metrics file output by woof

View source: R/compare.R

read_sv_eval_fileR Documentation

Read SV eval metrics file output by woof

Description

Reads SV eval metrics file output by woof

Usage

read_sv_eval_file(x)

Arguments

x

Path to file with SV evaluation metrics

Value

A tibble with a single row of evaluation metrics

Examples


x <- system.file("extdata", "sv/eval_metrics.tsv", package = "woofr")
read_sv_eval_file(x)


pdiakumis/woofr documentation built on Jan. 4, 2024, 11:22 a.m.