-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
220 lines (219 loc) · 5.94 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# Generated by roxygen2: do not edit by hand
export(add_inheritance)
export(all_annotations)
export(annotate_gaps)
export(build_caches)
export(build_disease_name_cache)
export(clear_memory_caches)
export(create_igv_snapshots)
export(create_slides)
export(default_annotations)
export(ensembl2gevir)
export(ensembl2loeuf)
export(get_affected)
export(get_cavalier_opt)
export(get_gene_list)
export(get_gene_list_versions)
export(get_gtex_tissues)
export(get_hpo_gene_list)
export(get_panelapp_panel)
export(get_panelapp_panels)
export(get_slide_template)
export(get_trio)
export(get_unaffected)
export(get_var_info)
export(hgnc_ensembl2entrez)
export(hgnc_ensembl2id)
export(hgnc_ensembl2sym)
export(hgnc_entrez2ensembl)
export(hgnc_entrez2id)
export(hgnc_entrez2sym)
export(hgnc_id2ensembl)
export(hgnc_id2entrez)
export(hgnc_id2sym)
export(hgnc_sym2ensembl)
export(hgnc_sym2entrez)
export(hgnc_sym2id)
export(hgnc_sym2sym)
export(insecure)
export(layout_multiple)
export(layout_single)
export(load_vcf)
export(plot_gtex_compact)
export(plot_gtex_expression)
export(plot_ped)
export(read_ped)
export(secure)
export(set_cavalier_opt)
export(set_options_from_json)
export(slide_layout)
export(sym2gevir)
export(sym2loeuf)
export(write_ped)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(SeqArray,seqClose)
importFrom(SeqArray,seqGetData)
importFrom(SeqArray,seqOpen)
importFrom(SeqArray,seqSetFilter)
importFrom(SeqArray,seqVCF2GDS)
importFrom(abind,abind)
importFrom(assertthat,assert_that)
importFrom(cowplot,as_grob)
importFrom(cowplot,draw_text)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(digest,digest)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,add_count)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_all)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(flextable,add_header_lines)
importFrom(flextable,align)
importFrom(flextable,as_paragraph)
importFrom(flextable,autofit)
importFrom(flextable,bold)
importFrom(flextable,border_inner)
importFrom(flextable,colformat_char)
importFrom(flextable,compose)
importFrom(flextable,delete_part)
importFrom(flextable,dim_pretty)
importFrom(flextable,fit_to_width)
importFrom(flextable,flextable)
importFrom(flextable,fontsize)
importFrom(flextable,fp_border_default)
importFrom(flextable,height_all)
importFrom(flextable,hyperlink_text)
importFrom(flextable,italic)
importFrom(flextable,theme_zebra)
importFrom(flextable,width)
importFrom(forcats,as_factor)
importFrom(ggimg,geom_rect_img)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(ggplotify,as.ggplot)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,accept_json)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(magrittr,'%>%')
importFrom(magrittr,'%T>%')
importFrom(magrittr,and)
importFrom(magrittr,not)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(officer,add_slide)
importFrom(officer,external_img)
importFrom(officer,ph_location_template)
importFrom(officer,ph_location_type)
importFrom(officer,ph_with)
importFrom(officer,read_pptx)
importFrom(png,readPNG)
importFrom(png,writePNG)
importFrom(purrr,flatten_chr)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,pwalk)
importFrom(purrr,reduce)
importFrom(purrr,walk)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_tsv)
importFrom(readr,write_lines)
importFrom(readr,write_tsv)
importFrom(rlang,dots_list)
importFrom(rlang,is_bool)
importFrom(rlang,is_character)
importFrom(rlang,is_double)
importFrom(rlang,is_integer)
importFrom(rlang,is_named)
importFrom(rlang,is_scalar_character)
importFrom(rlang,is_scalar_double)
importFrom(rlang,is_scalar_integerish)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_starts)
importFrom(stringr,str_sub)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,chop)
importFrom(tidyr,complete)
importFrom(tidyr,expand_grid)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unchop)
importFrom(tidyr,unnest)