# NOT RUN {
load(
paste0(
path.package("SeqKat"),
"/extdata/test/somatic.rda"
)
);
load(
paste0(
path.package("SeqKat"),
"/extdata/test/test.table.rda"
)
);
final.score(
test.table,
5,
somatic,
tempdir()
);
# }
Run the code above in your browser using DataLab