Reads the Fusions.csv
file output from the TSO500 workflow.
Examples
x <- system.file("extdata/tso/sample705_Fusions.csv", package = "dracarys")
tso_fusions_read(x)
#> # A tibble: 0 × 17
#> # ℹ 17 variables: Sample <chr>, Name <chr>, Chr1 <chr>, Pos1 <dbl>, Chr2 <chr>,
#> # Pos2 <dbl>, Direction <chr>, Alt_Depth <dbl>, BP1_Depth <dbl>,
#> # BP2_Depth <dbl>, Total_Depth <dbl>, VAF <dbl>, Gene1 <chr>, Gene2 <chr>,
#> # Contig <chr>, Filter <chr>, Is_Cosmic_GenePair <lgl>