print_qc_as_tex_table {snplinkage} | R Documentation |
print_qc_as_tex_table
Description
Print information about quality control performed by the snprelate_qc function.
Usage
print_qc_as_tex_table(
gdata_qc,
label = "qc",
caption = paste("Quality control and feature selection of the subset of the",
"human genome diversity project dataset.")
)
Arguments
gdata_qc |
Genotype Data object object returned by snprelate_qc |
label |
Label of the Tex table |
caption |
Caption of the Tex table |
Value
Prints knitr::kable object using cat
[Package snplinkage version 1.0.0 Index]