-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNAMESPACE
130 lines (129 loc) · 3.47 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
# Generated by roxygen2: do not edit by hand
S3method(diff,SeqDiff)
S3method(ggplot_add,GCcontent)
S3method(ggplot_add,facet_msa)
S3method(ggplot_add,msaBar)
S3method(ggplot_add,nucleotideeHelix)
S3method(ggplot_add,seed)
S3method(ggplot_add,seqlogo)
export(adjust_ally)
export(assign_dms)
export(available_colors)
export(available_fonts)
export(available_msa)
export(extract_seq)
export(facet_msa)
export(geom_GC)
export(geom_helix)
export(geom_msa)
export(geom_msaBar)
export(geom_seed)
export(geom_seqlogo)
export(ggSeqBundle)
export(gghelix)
export(ggmaf)
export(ggmsa)
export(merge_seq)
export(readSSfile)
export(read_maf)
export(reset_pos)
export(seqdiff)
export(seqlogo)
export(simplify_hdata)
export(simplot)
export(theme_msa)
export(tidy_hdata)
export(tidy_maf_df)
export(tidy_msa)
export(treeMSA_plot)
exportMethods(plot)
exportMethods(show)
importClassesFrom(Biostrings,BStringSet)
importFrom(Biostrings,AAStringSet)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,RNAStringSet)
importFrom(Biostrings,readBStringSet)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,toString)
importFrom(Biostrings,width)
importFrom(R4RNA,as.helix)
importFrom(R4RNA,collapseHelix)
importFrom(R4RNA,expandHelix)
importFrom(R4RNA,readBpseq)
importFrom(R4RNA,readConnect)
importFrom(R4RNA,readHelix)
importFrom(R4RNA,readVienna)
importFrom(RColorBrewer,brewer.pal)
importFrom(aplot,insert_top)
importFrom(aplot,plot_list)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_)
importFrom(ggalt,geom_xspline)
importFrom(ggforce,geom_arc)
importFrom(ggplot2,Geom)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,draw_key_polygon)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,layer)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradientn)
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_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggtree,geom_facet)
importFrom(ggtree,geom_tiplab)
importFrom(grDevices,colorRampPalette)
importFrom(grid,arrow)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,polygonGrob)
importFrom(grid,unit)
importFrom(grid,unit.pmax)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,missingArg)
importFrom(methods,new)
importFrom(methods,show)
importFrom(seqmagick,fa_read)
importFrom(stats,setNames)
importFrom(tidyr,gather)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)
importFrom(utils,read.delim)