Reads the linx.drivers.tsv file.
Examples
x <- system.file("extdata/tables/subject_a.tumor.linx.drivers.tsv", package = "linxreport")
(l <- linx_drivers_read(x))
#> # A tibble: 0 × 3
#> # ℹ 3 variables: clusterId <chr>, gene <chr>, eventType <chr>
Reads the linx.drivers.tsv file.
x <- system.file("extdata/tables/subject_a.tumor.linx.drivers.tsv", package = "linxreport")
(l <- linx_drivers_read(x))
#> # A tibble: 0 × 3
#> # ℹ 3 variables: clusterId <chr>, gene <chr>, eventType <chr>