output_parsed: 'output_parsed'

View source: R/output.R

output_parsedR Documentation

output_parsed

Description

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

Usage

output_parsed(
  parsed_view,
  seqc_obj,
  result,
  file_name,
  additional_details = TRUE
)

Arguments

parsed_view

the result from get_metric_fun, passed from output_result

seqc_obj

the sequences object.

result

is the result from find_optimised_snps

file_name

file name, either tsv or "" for terminal output

additional_details

whether to print additional details.

Value

NULL, result either printed or saved as tsv.


ludwigHoon/minSNPs documentation built on March 25, 2024, 11:54 a.m.