read_sv_fpfn_file: Read SV FP/FN file output by woof

View source: R/compare.R

read_sv_fpfn_fileR Documentation

Read SV FP/FN file output by woof

Description

Reads SV FP/FN file output by woof

Usage

read_sv_fpfn_file(x)

Arguments

x

Path to file with FP/FN variants

Value

A tibble containing FP/FN SV variants

Examples


## Not run: 
x <- system.file("extdata", "sv/fpfn.tsv", package = "woofr")
read_sv_fpfn_file(x)

## End(Not run)


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