forked from Isabelggayte/DEgenesHunter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
246 lines (245 loc) · 7.31 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
# Generated by roxygen2: do not edit by hand
export(acc)
export(degsynth)
export(filter_counts)
export(fmeasure)
export(format_aberrants)
export(format_for_report)
export(get_aberrants)
export(get_bcv)
export(get_counts_correlation)
export(get_gene_sample_correlations)
export(get_ods_results)
export(get_org_db)
export(get_organism_table)
export(get_stats)
export(get_stats_from_cm)
export(install_DEgenes_hunter)
export(load_and_parse_gmt)
export(load_synth_dataset)
export(main_abgenes_Hunter)
export(main_clusters_to_enrichment)
export(main_degenes_Hunter)
export(main_functional_hunter)
export(merge_bam_stats)
export(merge_counts)
export(multienricher_gsea)
export(multienricher_ora)
export(multienricher_topGO)
export(parse_pseudocounts)
export(ppv)
export(preprocess_gtf)
export(recall)
export(rtable2measures)
export(run_outrider)
export(spc)
export(target_generation)
export(write_clusters_to_enrichment)
export(write_df_list_as_tables)
export(write_enrich_files)
export(write_expression_report)
export(write_functional_report)
import(data.table)
importClassesFrom(topGO,topGOdata)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,loadDb)
importFrom(AnnotationDbi,saveDb)
importFrom(AnnotationDbi,select)
importFrom(Biobase,assayData)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpok)
importFrom(BiocParallel,bptry)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,counts)
importFrom(DESeq2,results)
importFrom(DESeq2,rlog)
importFrom(DOSE,setReadable)
importFrom(DT,datatable)
importFrom(FactoInvestigate,dimRestrict)
importFrom(FactoInvestigate,eigenRef)
importFrom(FactoMineR,HCPC)
importFrom(FactoMineR,PCA)
importFrom(FactoMineR,dimdesc)
importFrom(GO.db,GOBPANCESTOR)
importFrom(GO.db,GOBPPARENTS)
importFrom(GO.db,GOCCANCESTOR)
importFrom(GO.db,GOCCPARENTS)
importFrom(GO.db,GOMFANCESTOR)
importFrom(GO.db,GOMFPARENTS)
importFrom(GO.db,GOOBSOLETE)
importFrom(GO.db,GOTERM)
importFrom(GenomeInfoDb,keepStandardChromosomes)
importFrom(GenomicFeatures,exonsBy)
importFrom(GenomicFeatures,makeTxDbFromGFF)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(MKinfer,boot.t.test)
importFrom(Matrix,forceSymmetric)
importFrom(MatrixGenerics,rowQuantiles)
importFrom(NOISeq,noiseqbio)
importFrom(NOISeq,readData)
importFrom(NOISeq,tmm)
importFrom(OUTRIDER,OUTRIDER)
importFrom(OUTRIDER,OutriderDataSet)
importFrom(OUTRIDER,counts)
importFrom(OUTRIDER,estimateSizeFactors)
importFrom(OUTRIDER,filterExpression)
importFrom(OUTRIDER,findEncodingDim)
importFrom(OUTRIDER,fit)
importFrom(OUTRIDER,normalizationFactors)
importFrom(OUTRIDER,plotAberrantPerSample)
importFrom(OUTRIDER,plotCountCorHeatmap)
importFrom(OUTRIDER,plotCountGeneSampleHeatmap)
importFrom(OUTRIDER,plotEncDimSearch)
importFrom(OUTRIDER,results)
importFrom(OUTRIDER,theta)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(ReactomePA,enrichPathway)
importFrom(ReactomePA,gsePathway)
importFrom(S4Vectors,endoapply)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,mcols)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(WGCNA,allowWGCNAThreads)
importFrom(WGCNA,binarizeCategoricalVariable)
importFrom(WGCNA,blockwiseModules)
importFrom(WGCNA,corPvalueStudent)
importFrom(WGCNA,labels2colors)
importFrom(WGCNA,moduleEigengenes)
importFrom(WGCNA,orderMEs)
importFrom(WGCNA,pickSoftThreshold)
importFrom(WGCNA,plotDendroAndColors)
importFrom(annotatr,annotate_regions)
importFrom(annotatr,build_annotations)
importFrom(clusterProfiler,enrichGO)
importFrom(clusterProfiler,enrichKEGG)
importFrom(clusterProfiler,gseGO)
importFrom(clusterProfiler,gseKEGG)
importFrom(clusterProfiler,merge_result)
importFrom(clusterProfiler,simplify)
importFrom(cowplot,background_grid)
importFrom(cowplot,plot_grid)
importFrom(cowplot,theme_cowplot)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(diffcoexp,diffcoexp)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,row_number)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,exactTest)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,topTags)
importFrom(enrichplot,cnetplot)
importFrom(enrichplot,dotplot)
importFrom(enrichplot,emapplot)
importFrom(enrichplot,pairwise_termsim)
importFrom(fastcluster,hclust)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_count)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_text_repel)
importFrom(ggridges,geom_density_ridges)
importFrom(grDevices,dev.control)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,recordPlot)
importFrom(graphics,abline)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(heatmaply,heatmaply)
importFrom(knitr,knit)
importFrom(knitr,knit_expand)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowDiffs)
importFrom(matrixStats,rowRanges)
importFrom(matrixStats,rowVars)
importFrom(miRBaseVersions.db,miRBaseVersions.db)
importFrom(plyr,rbind.fill)
importFrom(rlang,.data)
importFrom(rmarkdown,render)
importFrom(rtracklayer,import)
importFrom(stats,as.dist)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,ecdf)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,pchisq)
importFrom(stats,phyper)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rlnorm)
importFrom(stats,rnbinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_remove)
importFrom(tidyr,unite)
importFrom(tools,file_path_sans_ext)
importFrom(topGO,annFUN)
importFrom(tximport,tximport)
importFrom(utils,assignInNamespace)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.table)