-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
executable file
·101 lines (100 loc) · 2.66 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
# Generated by roxygen2: do not edit by hand
S3method(plot,CogapsResult)
export(CoGAPS)
export(CogapsParams)
export(GWCoGAPS)
export(MANOVA)
export(binaryA)
export(buildReport)
export(calcCoGAPSStat)
export(calcZ)
export(checkpointsEnabled)
export(compiledWithOpenMPSupport)
export(findConsensusMatrix)
export(fromCSV)
export(getAmplitudeMatrix)
export(getClusteredPatterns)
export(getCorrelationToMeanPattern)
export(getFeatureLoadings)
export(getMeanChiSq)
export(getOriginalParameters)
export(getParam)
export(getPatternGeneSet)
export(getPatternMatrix)
export(getRetinaSubset)
export(getSampleFactors)
export(getSubsets)
export(getUnmatchedPatterns)
export(getVersion)
export(patternMarkers)
export(plotPatternGeneSet)
export(plotPatternMarkers)
export(plotResiduals)
export(reconstructGene)
export(scCoGAPS)
export(setAnnotationWeights)
export(setDistributedParams)
export(setFixedPatterns)
export(setParam)
export(toCSV)
exportClasses(CogapsParams)
exportClasses(CogapsResult)
import(dplyr)
import(fgsea)
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(S4Vectors,make_zero_col_DFrame)
importFrom(SummarizedExperiment,assay)
importFrom(cluster,agnes)
importFrom(dplyr,relocate)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(gplots,bluered)
importFrom(gplots,heatmap.2)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
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,manova)
importFrom(stats,weighted.mean)
importFrom(tools,file_ext)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
useDynLib(CoGAPS)