-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export(DBanalysis)
export(DBresult)
export(DBresult.cluster)
export(TCA)
export(TCAFromSummarizedExperiment)
export(clustCenters)
export(clustCluster)
export(clustData)
export(clustMembership)
export(clustResults)
export(countReads)
export(genomicFeature)
export(peakreference)
export(tcTable)
export(timeclust)
export(timeclustplot)
export(timecourseTable)
exportClasses(TCA)
exportClasses(clust)
exportMethods('counts<-')
exportMethods(clustCenters)
exportMethods(clustCluster)
exportMethods(clustData)
exportMethods(clustMembership)
exportMethods(clustResults)
exportMethods(counts)
exportMethods(design)
exportMethods(tcTable)
import(GenomicRanges)
import(SummarizedExperiment)
import(cluster)
import(e1071)
import(edgeR)
import(ggplot2)
import(grid)
import(locfit)
import(reshape2)
importFrom(BiocGenerics,"counts<-")
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,design)
importFrom(GenomicAlignments,summarizeOverlaps)
importFrom(IRanges,IRanges)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,BamFileList)
importFrom(grDevices,rainbow)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(stats,as.dist)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,model.matrix)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(utils,capture.output)
importFrom(utils,read.table)