-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
50 lines (49 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export(associated_diseases)
export(associated_eqtl)
export(associated_publications)
export(associated_snps)
export(associated_traits)
export(enriched_pathways)
export(enrichr_update_check)
export(full_gene_name)
export(gene_description)
export(gene_summary)
export(gene_types)
export(get_api_key)
export(gtex_eqtl)
export(gtex_heatmap)
importFrom(ComplexHeatmap,Heatmap)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useMart)
importFrom(circlize,colorRamp2)
importFrom(easyPubMed,custom_grep)
importFrom(easyPubMed,fetch_pubmed_data)
importFrom(easyPubMed,get_pubmed_ids)
importFrom(enrichR,enrichr)
importFrom(enrichR,listEnrichrDbs)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,theme_minimal)
importFrom(grid,gpar)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(jsonlite,fromJSON)
importFrom(pbapply,pblapply)
importFrom(pbmcapply,pbmclapply)
importFrom(rentrez,entrez_search)
importFrom(rentrez,entrez_summary)
importFrom(rentrez,extract_from_esummary)
importFrom(stats,ave)
importFrom(tidyr,separate_rows)
importFrom(utils,data)
importFrom(utils,read.table)