View source: R/haplo_logfile.R
haplo_logfile | R Documentation |
This function inspects the output of the haplo_selection
function
in order to generate a logfile summarizing details of the analysis. The logfile
can be output to a file (defaults to "Log.txt") or to optionally to standard
output.
haplo_logfile(results, filename = "Log.txt", to_file = TRUE)
results |
A list containing a variable number of items among the following :
|
filename |
A character. The name of the file to which the logfile should
be written. Ignored if |
to_file |
A logical. Should the output be written to file? Defaults to TRUE, otherwise output is directed to standard output. |
The logfile is divided into 4 parts :
Analysis parameters A description of the input files and parameters that were used for the analysis.
Marker clustering and filtering results A description of the number of markers that were kept following different filtering steps.
Selecting marker pairs in LD across gene Data regarding the final set of markers kept for haplotype generation.
Haplotype assignment A summary of the number of different haplotypes generated and the number of individuals unambiguously assigned to each haplotype, plus the number of individuals that could not be unambiguously assigned to a haplotype due to missing data.
NULL, invisibly. This function is called for its side effect of writing to file or to standard output.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.