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

Try the plinkQC package in your browser

Any scripts or data that you put into this service are public.

plinkQC documentation built on July 15, 2021, 5:07 p.m.