forked from kpjonsson/kpjmisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(arsenal_colors)
export(clipboard)
export(dnames)
export(facets_closeup)
export(fisher_test)
export(hotspot_annotate_maf)
export(if_na)
export(many_colors)
export(oncokb_annotate_maf)
export(pasteboard)
export(plot_stratton)
export(portal_link)
export(query_oncokb)
export(read_germline)
export(read_impact_cna)
export(read_impact_fusions)
export(read_impact_maf)
export(read_impact_patients)
export(read_impact_samples)
export(read_maf)
export(read_signatures)
export(rownum)
export(set_theme)
export(setlist)
export(signature_barplot)
export(signatures_map)
export(theme_bwmin)
export(theme_pub)
export(write_out)
import(furrr)
import(ggplot2)
import(purrr)
importFrom(broom,tidy)
importFrom(data.table,fread)
importFrom(future,plan)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,modify_url)
importFrom(janitor,clean_names)
importFrom(janitor,get_dupes)
importFrom(jsonlite,fromJSON)
importFrom(plyr,revalue)
importFrom(readr,read_lines)
importFrom(readxl,read_excel)
importFrom(tidyr,replace_na)