
Get mutations from SCOUT ground truth
get_mutations.RdReturns the path to the sequencing mutations RDS file for a given SPN, sample type, coverage and purity.
Examples
if (FALSE) { # \dontrun{
path <- get_mutations("SPN01", type = "tumour", coverage = 100, purity = 0.9)
readRDS(path)
} # }