output_parsed | R Documentation |
output_parsed
output_parsed
is subfunction used by output_result
to present the result and save the result as tsv.
output_parsed(
parsed_view,
seqc_obj,
result,
file_name,
additional_details = TRUE
)
parsed_view |
the result from |
seqc_obj |
the sequences object. |
result |
is the result from |
file_name |
file name, either tsv or "" for terminal output |
additional_details |
whether to print additional details. |
NULL, result either printed or saved as tsv.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.