print_qc_as_tex_table: print_qc_as_tex_table

View source: R/utils.R

print_qc_as_tex_tableR 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


snplinkage documentation built on May 4, 2023, 9:09 a.m.