-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(EMDDist)
export(GoF)
export(RSq)
export(RSqVec)
export(channelSummaryStats)
export(computeMetricMDS)
export(distByFeature)
export(eigenVals)
export(ggplotDistFeatureImportance)
export(ggplotMarginalDensities)
export(ggplotSampleMDS)
export(ggplotSampleMDSShepard)
export(ggplotSampleMDSWrapBiplots)
export(nDim)
export(nFeatures)
export(nPoints)
export(pairwiseEMDDist)
export(pctvar)
export(projDist)
export(projections)
export(pwDist)
export(smacofRes)
export(spp)
export(stress)
exportClasses(DistSum)
exportClasses(MDS)
exportMethods("[")
exportMethods("colnames<-")
exportMethods("dimnames<-")
exportMethods("featureNames<-")
exportMethods("rownames<-")
exportMethods(DistSum)
exportMethods(as.matrix)
exportMethods(colnames)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(featureNames)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(rownames)
import(ggplot2)
importFrom(CytoPipeline,areSignalCols)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,validObject)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,lm)
importMethodsFrom(Biobase,"featureNames<-")
importMethodsFrom(Biobase,featureNames)
importMethodsFrom(methods,show)