Skip to contents

Reads the AlignCollapseFusionCaller_metrics.json.gz file output from the TSO500 (post-processing) workflow.

Usage

tso_acfc_read(x)

Arguments

x

Path to file.

Examples

x <- system.file("extdata/tso/sample705.AlignCollapseFusionCaller_metrics.json.gz",
  package = "dracarys"
)
d <- tso_acfc_read(x)
p <- tso_acfc_plot(d)