R/plinkQC.R

#' 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
meyer-lab-cshl/plinkQC documentation built on Dec. 14, 2021, 7:18 p.m.