-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
S3method("$",Venn)
S3method("[",Venn)
S3method(dim,Venn)
S3method(head,Venn)
S3method(merge,Venn)
S3method(plot,Venn)
S3method(summary,Venn)
S3method(tail,Venn)
export(detail)
export(dplot)
export(getFeature)
export(getSet)
export(make.subset)
export(result)
export(rowjoin)
export(setcolor)
export(venndetail)
export(vennpie)
exportClasses(Venn)
exportMethods(detail)
exportMethods(dplot)
exportMethods(getFeature)
exportMethods(getSet)
exportMethods(result)
exportMethods(rowjoin)
exportMethods(vennpie)
import(ggplot2)
importFrom(UpSetR,fromList)
importFrom(UpSetR,upset)
importFrom(VennDiagram,venn.diagram)
importFrom(dplyr,anti_join)
importFrom(dplyr,everything)
importFrom(dplyr,filter_)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(dplyr,right_join)
importFrom(dplyr,select_)
importFrom(dplyr,semi_join)
importFrom(ggplot2,aes_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,colors)
importFrom(grid,grid.draw)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(methods,slot)
importFrom(purrr,flatten)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(tibble,rownames_to_column)
importFrom(utils,head)
importFrom(utils,tail)