-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
129 lines (128 loc) · 2.68 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
# Generated by roxygen2: do not edit by hand
S3method(plot,coefficients)
S3method(venn,data.frame)
S3method(venn,list)
export("%>%")
export(add_alpha)
export(add_analysis)
export(add_theme)
export(areaplot)
export(change_fac_lev)
export(china_map)
export(copy_df)
export(copy_vector)
export(count2)
export(dabiao)
export(del_ps)
export(df2distance)
export(df2link)
export(distance2df)
export(download2)
export(download_ncbi_genome_file)
export(explode)
export(fittest)
export(generate_labels)
export(get_cols)
export(gghist)
export(gghuan)
export(gghuan2)
export(ggmosaic)
export(ggplot_lim)
export(ggplot_translator)
export(grepl.data.frame)
export(group_box)
export(group_test)
export(gsub.data.frame)
export(guolv)
export(hebing)
export(hebing2)
export(how_to_set_font_for_plot)
export(how_to_set_options)
export(how_to_update_parameters)
export(how_to_use_parallel)
export(how_to_use_sbatch)
export(igraph_translator)
export(is.ggplot.color)
export(legend_size)
export(lib_ps)
export(list_to_dataframe)
export(lm_coefficients)
export(make_gitbook)
export(make_project)
export(make_py_pkg)
export(match_df)
export(mmscale)
export(multireg)
export(multitest)
export(my_cat)
export(my_circle_packing)
export(my_circo)
export(my_lm)
export(my_sunburst)
export(my_treemap)
export(my_voronoi_treemap)
export(plotgif)
export(plotpdf)
export(pre_number_str)
export(prepare_package)
export(read.file)
export(read_fasta)
export(remove.outliers)
export(rgb2code)
export(rm_low)
export(sample_map)
export(sanxian)
export(scale_color_pc)
export(scale_fill_pc)
export(search_browse)
export(set_pcutils_config)
export(show_pcutils_config)
export(split_text)
export(squash)
export(stackplot)
export(strsplit2)
export(t2)
export(tax_pie)
export(tidai)
export(trans)
export(trans_format)
export(translator)
export(twotest)
export(update_NEWS_md)
export(update_param)
export(venn)
export(write_fasta)
import(dplyr)
import(ggplot2)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,end)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,start)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,untar)