-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
121 lines (120 loc) · 3.29 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
# Generated by roxygen2: do not edit by hand
export("%<>%")
export("%>%")
export(cut_much)
export(deg_DESeq2)
export(deg_edgeR)
export(deg_limma)
export(deg_run)
export(enhance_barplot)
export(enhance_enrichGO)
export(enhance_gseplot)
export(enhance_heatmap)
export(enhance_volcano)
export(enrichGO_run)
export(enrichKEGG_run)
export(enrich_go)
export(enrich_gsekegg)
export(enrich_kegg)
export(enrichgesKEGG_run)
export(geskegg_barplot)
export(kegg_barplot)
export(pre_check)
export(runAll)
export(run_DESeq2)
export(run_edgeR)
export(run_limma)
export(top_deg)
exportClasses(DEG_container)
import(ggplot2)
importClassesFrom(DOSE,enrichResult)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importClassesFrom(methods,data.frame)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,keytypes)
importFrom(AnnotationDbi,toTable)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,plotDispEsts)
importFrom(DESeq2,results)
importFrom(DESeq2,rlogTransformation)
importFrom(DESeq2,varianceStabilizingTransformation)
importFrom(DOSE,setReadable)
importFrom(FactoMineR,PCA)
importFrom(GO.db,GOTERM)
importFrom(GOSemSim,load_OrgDb)
importFrom(RColorBrewer,brewer.pal)
importFrom(clusterProfiler,bitr)
importFrom(clusterProfiler,enrichKEGG)
importFrom(clusterProfiler,gseKEGG)
importFrom(clusterProfiler,simplify)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(dplyr,mutate)
importFrom(dplyr,top_n)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,estimateGLMCommonDisp)
importFrom(edgeR,estimateGLMTagwiseDisp)
importFrom(edgeR,estimateGLMTrendedDisp)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,topTags)
importFrom(emoji,emoji)
importFrom(enrichplot,gseaplot2)
importFrom(factoextra,fviz_pca_ind)
importFrom(forcats,fct_reorder)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(ggfun,element_roundrect)
importFrom(ggnewscale,new_scale_color)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggrepel,geom_text_repel)
importFrom(glue,glue)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,strwidth)
importFrom(grid,grid.draw)
importFrom(kit,fduplicated)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(parallel,mclapply)
importFrom(pheatmap,pheatmap)
importFrom(plyr,l_ply)
importFrom(qvalue,qvalue)
importFrom(shadowtext,geom_shadowtext)
importFrom(stats,cor)
importFrom(stats,mad)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(stats,relevel)
importFrom(stats,sd)
importFrom(stringr,str_wrap)
importFrom(utils,head)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importMethodsFrom(SummarizedExperiment,assay)