-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
153 lines (152 loc) · 4.39 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("assayCollapsed<-")
export("colDataCollapsed<-")
export("groups<-")
export("replicates<-")
export("timeSeries<-")
export("timepoints<-")
export()
export(TimeSeriesExperiment)
export(addLags)
export(assayCollapsed)
export(assignClusterStatic)
export(clusterAssignment)
export(clusterData)
export(clusterMap)
export(clusterTimeSeries)
export(colDataCollapsed)
export(collapseReplicates)
export(dataToTimeSeries)
export(differentialExpression)
export(dimensionReduction)
export(filterFeatures)
export(groups)
export(makeTimeSeries)
export(makeTimeSeriesExperimentFromExpressionSet)
export(makeTimeSeriesExperimentFromSummarizedExperiment)
export(meltMatrix)
export(normalizeData)
export(pathwayEnrichment)
export(plotEnrichment)
export(plotHeatmap)
export(plotSamplePCA)
export(plotTimeSeries)
export(plotTimeSeriesClusters)
export(plotTimeSeriesPCA)
export(replicates)
export(runPCA)
export(timeSeries)
export(timepointDE)
export(timepoints)
export(trajectoryDE)
export(varianceStabilization)
exportClasses(TimeSeriesExperiment)
exportMethods("assayCollapsed<-")
exportMethods("colData<-")
exportMethods("colDataCollapsed<-")
exportMethods("colnames<-")
exportMethods("groups<-")
exportMethods("replicates<-")
exportMethods("rowData<-")
exportMethods("rownames<-")
exportMethods("timeSeries<-")
exportMethods("timepoints<-")
exportMethods(assayCollapsed)
exportMethods(clusterAssignment)
exportMethods(clusterMap)
exportMethods(colDataCollapsed)
exportMethods(differentialExpression)
exportMethods(dimensionReduction)
exportMethods(groups)
exportMethods(replicates)
exportMethods(show)
exportMethods(timeSeries)
exportMethods(timepoints)
import(methods)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(DESeq2,varianceStabilizingTransformation)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,setValidity2)
importFrom(SummarizedExperiment,Assays)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,makeSummarizedExperimentFromExpressionSet)
importFrom(SummarizedExperiment,rowData)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,data_frame)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarize_all)
importFrom(dplyr,top_n)
importFrom(dynamicTreeCut,cutreeDynamicTree)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(limma,eBayes)
importFrom(limma,goana)
importFrom(limma,kegga)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(magrittr,"%>%")
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(proxy,dist)
importFrom(stats,aggregate)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(tibble,add_row)
importFrom(tibble,as_data_frame)
importFrom(tibble,column_to_rownames)
importFrom(tibble,remove_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,installed.packages)
importFrom(vegan,adonis)
importFrom(viridis,scale_color_viridis)
importFrom(viridis,scale_fill_viridis)
importFrom(viridis,viridis)
importMethodsFrom(S4Vectors,"mcols<-")
importMethodsFrom(SummarizedExperiment,"assays<-")
importMethodsFrom(SummarizedExperiment,"colData<-")
importMethodsFrom(SummarizedExperiment,"rowData<-")
importMethodsFrom(SummarizedExperiment,assays)
importMethodsFrom(SummarizedExperiment,colData)
importMethodsFrom(SummarizedExperiment,rowData)
importMethodsFrom(SummarizedExperiment,show)