| haplo_output | R Documentation |
This function takes an object returned by function haplo_selection
as input and extracts information from this object so as the make the
information easily interpretable by the user. The function directs the
output of essentially three elements : the analysis logfile, the variant
files (vcf or hapmap) containing the marker set at different steps of the
analysis, and various kinds of graphs
haplo_output(results, output_dir = NULL, logfile = "Log.txt",
variant_files = "default",
variant_format = results$Parameters$File_format, graphs = "default")
results |
A list generated as output from the function |
output_dir |
A list generated as output from the function |
logfile |
A character. The name of the file to which the logfile
should be written. Defaults to "Log.txt". If |
variant_files |
A character vector. The name of the list elements of
|
variant_format |
A character. The format to be used for writing variant files. Must be either "vcf" or "hapmap". Other formats are not supported and will result in an error. |
graphs |
A list describing which graphical elements should be output.
See |
More control over the files output by this function can be obtained by
using the underlying functions : haplo_logfile,
haplo_graphs, write_hapmap
NULL, invisibly. This function is called for its side
effect of writing output.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.