forked from meyer-lab-cshl/plinkQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 1.07 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
export(checkPlink)
export(check_ancestry)
export(check_het_and_miss)
export(check_hwe)
export(check_maf)
export(check_relatedness)
export(check_sex)
export(check_snp_missingness)
export(cleanData)
export(evaluate_check_ancestry)
export(evaluate_check_het_and_miss)
export(evaluate_check_relatedness)
export(evaluate_check_sex)
export(overviewPerIndividualQC)
export(overviewPerMarkerQC)
export(perIndividualQC)
export(perMarkerQC)
export(relatednessFilter)
export(run_check_ancestry)
export(run_check_heterozygosity)
export(run_check_missingness)
export(run_check_relatedness)
export(run_check_sex)
export(testNumerics)
import(ggplot2)
importFrom(UpSetR,upset)
importFrom(cowplot,plot_grid)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(methods,as)
importFrom(methods,getPackageName)
importFrom(methods,is)
importFrom(optparse,OptionParser)
importFrom(optparse,make_option)
importFrom(optparse,parse_args)
importFrom(stats,sd)
importFrom(utils,combn)
importFrom(utils,read.table)
importFrom(utils,write.table)