output_result {minSNPs}R Documentation

output_result

Description

output_result is used to present the result and save the result as tsv.

Usage

output_result(result, view = "", ...)

Arguments

result

is the result from find_optimised_snps

view

how to present the output, "csv" or "tsv" will be saved as a file. Otherwise, printed to console.

...

if view is "tsv" or "csv", file name can be passed, e.g., file_name = "result.tsv", otherwise, file is saved as <timestamp>.tsv.

Value

NULL, result either printed or saved as tsv.


[Package minSNPs version 0.2.0 Index]