-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
74 lines (73 loc) · 1.85 KB
/
Copy pathNAMESPACE
File metadata and controls
74 lines (73 loc) · 1.85 KB
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
# Generated by roxygen2: do not edit by hand
export(Check_CountTable_Format)
export(cal_p)
export(cal_time_p_single_gene)
export(combine_p_single_gene)
export(curveFitting.new)
export(draw_CurveComp)
export(draw_CurveComp_Perm)
export(draw_GOHeatmap)
export(draw_GeneTraj)
export(draw_TimeHeatmap_GO)
export(draw_TimeHeatmap_enrichR)
export(draw_TimeHeatmap_selGO)
export(draw_TrajClusterGrid)
export(draw_TrajClusterPie)
export(fit_single_gene_const)
export(fit_single_gene_spline)
export(get_GeneEnsembl2Symbol)
export(get_Symbol2GeneEnsembl)
export(get_rep_array)
export(get_time_array)
export(permutation.new)
export(preprocess_TrendCatcher)
export(run_TrendCatcher)
export(transform_single_gene_df)
import(RColorBrewer)
import(circlize)
import(compiler)
import(doSNOW)
import(enrichR)
import(foreach)
import(ggnewscale)
import(ggplot2)
import(gridExtra)
import(gss)
import(nlme)
import(pracma)
import(reshape2)
import(stringr)
importFrom(grDevices,as.graphicsAnnot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(grDevices,tiff)
importFrom(graphics,boxplot)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,pie)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,aggregate)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,dnbinom)
importFrom(stats,hclust)
importFrom(stats,loess)
importFrom(stats,optim)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,pnbinom)
importFrom(stats,predict)
importFrom(stats,qnbinom)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)