-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.79 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,MiDAS)
export(HWETest)
export(analyzeAssociations)
export(analyzeConditionalAssociations)
export(checkAlleleFormat)
export(checkKirGenesFormat)
export(convertAlleleToVariable)
export(countsToVariables)
export(filterByFrequency)
export(filterByOmnibusGroups)
export(filterByVariables)
export(getAAFrequencies)
export(getAlleleResolution)
export(getAllelesForAA)
export(getExperiments)
export(getFrequencies)
export(getHlaCalls)
export(getHlaFrequencies)
export(getHlaKirInteractions)
export(getKIRFrequencies)
export(getKirCalls)
export(getOmnibusGroups)
export(getPlaceholder)
export(getVariableAAPos)
export(hlaCallsGranthamDistance)
export(hlaToAAVariation)
export(hlaToVariable)
export(kableResults)
export(omnibusTest)
export(prepareMiDAS)
export(readHlaAlignments)
export(readHlaCalls)
export(readKirCalls)
export(reduceAlleleResolution)
export(reduceHlaCalls)
export(runMiDAS)
export(summariseAAPosition)
exportClasses(MiDAS)
exportMethods(filterByFrequency)
exportMethods(filterByOmnibusGroups)
exportMethods(filterByVariables)
exportMethods(getAllelesForAA)
exportMethods(getExperiments)
exportMethods(getFrequencies)
exportMethods(getHlaCalls)
exportMethods(getKirCalls)
exportMethods(getOmnibusGroups)
exportMethods(getPlaceholder)
importClassesFrom(MultiAssayExperiment,MultiAssayExperiment)
importFrom(HardyWeinberg,HWChisqStats)
importFrom(MultiAssayExperiment,ExperimentList)
importFrom(MultiAssayExperiment,MultiAssayExperiment)
importFrom(MultiAssayExperiment,colData)
importFrom(MultiAssayExperiment,experiments)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.readable)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(assertthat,see_if)
importFrom(broom,tidy)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,vars)
importFrom(formattable,percent)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,scroll_box)
importFrom(knitr,kable)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,validObject)
importFrom(qdapTools,mtabulate)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,call_modify)
importFrom(rlang,has_name)
importFrom(rlang,is_empty)
importFrom(rlang,is_formula)
importFrom(rlang,is_integerish)
importFrom(rlang,list2)
importFrom(rlang,parse_expr)
importFrom(rlang,parse_exprs)
importFrom(rlang,warn)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,reshape)
importFrom(stats,resid)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,update)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_flatten)
importFrom(stringi,stri_read_lines)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_sub)
importFrom(stringi,stri_subset_fixed)
importFrom(tibble,rownames_to_column)
importFrom(utils,methods)
importFrom(utils,read.table)
importFrom(utils,type.convert)