#' plinkQC
#'
#' Genotype Quality Control with 'PLINK'
#'
#' @docType package
#' @name plinkQC
#' @import ggplot2
#' @importFrom methods getPackageName as
#' @importFrom utils read.table write.table combn
#' @importFrom optparse make_option parse_args OptionParser
#' @importFrom dplyr filter select select_
#' @importFrom cowplot plot_grid
#' @importFrom UpSetR upset
#' @importFrom methods is
#' @importFrom stats sd
#' @keywords internal
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.