-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
62 lines (61 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
export(Anova_with_Posttest)
export(LabelSignif)
export(calRTqPCR)
export(calStandCurve)
export(df2fasta)
export(fasta2df)
export(findoutliner)
export(getAlignResults)
export(group_df2list)
export(loadmypackages)
export(mult.aov)
export(multGroupTtest)
export(my_corANDpvalue)
export(mytheme)
export(plot96well)
export(plotCisElements)
export(plotGeneStructure)
export(scale01)
export(theme4Publication)
export(well96to384)
importFrom(data.table,fread)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
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,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggpmisc,stat_poly_eq)
importFrom(ggsci,scale_fill_igv)
importFrom(magrittr,"%>%")
importFrom(multcomp,cld)
importFrom(multcomp,glht)
importFrom(multcomp,mcp)
importFrom(stats,aov)
importFrom(stats,lm)
importFrom(stats,t.test)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)