read_snv_eval_file: Read SNV eval file output by woof

View source: R/compare.R

read_snv_eval_fileR Documentation

Read SNV eval file output by woof

Description

Reads SNV eval file output by woof

Usage

read_snv_eval_file(x)

Arguments

x

Path to file with eval results

Value

A tibble with a single row of evaluation metrics

Examples


x <- system.file("extdata", "snv/eval_stats.tsv", package = "woofr")
read_snv_eval_file(x)


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