forked from FertigLab/CoGAPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·73 lines (72 loc) · 1.93 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
# Generated by roxygen2: do not edit by hand
S3method(plot,CogapsResult)
export(CoGAPS)
export(CogapsParams)
export(GWCoGAPS)
export(binaryA)
export(buildReport)
export(calcCoGAPSStat)
export(calcZ)
export(checkpointsEnabled)
export(compiledWithOpenMPSupport)
export(findConsensusMatrix)
export(getAmplitudeMatrix)
export(getClusteredPatterns)
export(getCorrelationToMeanPattern)
export(getFeatureLoadings)
export(getMeanChiSq)
export(getOriginalParameters)
export(getParam)
export(getPatternMatrix)
export(getRetinaSubset)
export(getSampleFactors)
export(getSubsets)
export(getUnmatchedPatterns)
export(getVersion)
export(patternMarkers)
export(plotPatternMarkers)
export(plotResiduals)
export(reconstructGene)
export(scCoGAPS)
export(setAnnotationWeights)
export(setDistributedParams)
export(setFixedPatterns)
export(setParam)
exportClasses(CogapsParams)
exportClasses(CogapsResult)
importClassesFrom(S4Vectors,Annotated)
importClassesFrom(S4Vectors,character_OR_NULL)
importClassesFrom(SingleCellExperiment,LinearEmbeddingMatrix)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,evalCpp)
importFrom(SummarizedExperiment,assay)
importFrom(cluster,agnes)
importFrom(gplots,bluered)
importFrom(gplots,heatmap.2)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(methods,"slot<-")
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(rhdf5,h5read)
importFrom(stats,as.dist)
importFrom(stats,as.hclust)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,weighted.mean)
importFrom(tools,file_ext)
importFrom(utils,packageVersion)
useDynLib(CoGAPS)