-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
53 lines (52 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export(AssayMutRatio)
export(LastfiveNrMutation)
export(MutByGene)
export(doubleAssay)
export(globalProteinMut)
export(globalSNPprofile)
export(indelSNP)
export(mergeEvents)
export(mutStat)
export(nucmerRMD)
export(plotMutAnno)
export(plotMutProteins)
importFrom(VennDiagram,venn.diagram)
importFrom(cowplot,plot_grid)
importFrom(dplyr,inner_join)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,arrow)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_sqrt)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggpubr,ggarrange)
importFrom(grDevices,cm.colors)
importFrom(grDevices,dev.off)
importFrom(grDevices,heat.colors)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,terrain.colors)
importFrom(grDevices,topo.colors)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(seqinr,read.fasta)
importFrom(seqinr,translate)
importFrom(stringr,str_c)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)