-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathNAMESPACE
125 lines (124 loc) · 3.17 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
# Generated by roxygen2: do not edit by hand
export(Pagoda2)
export(armaCor)
export(basicP2proc)
export(basicP2web)
export(buildWijMatrix)
export(calcMulticlassified)
export(cellsPerSelectionGroup)
export(collapse.aspect.clusters)
export(compareClusterings)
export(extendedP2proc)
export(factorFromP2Selection)
export(factorListToMetadata)
export(factorToP2selection)
export(gene.vs.molecule.cell.filter)
export(generateClassificationAnnotation)
export(get.control.geneset)
export(get.de.geneset)
export(getCellsInSelections)
export(getClusterLabelsFromSelection)
export(getColorsFromP2Selection)
export(getIntExtNamesP2Selection)
export(hierDiffToGenesets)
export(make.p2.app)
export(minMaxScale)
export(namedNames)
export(p2.generate.dr.go)
export(p2.generate.go)
export(p2.generate.human.go)
export(p2.generate.mouse.go)
export(p2.make.pagoda1.app)
export(p2.metadata.from.factor)
export(p2.toweb.hdea)
export(p2ViewPagodaApp)
export(pagoda.reduce.loading.redundancy)
export(pagoda.reduce.redundancy)
export(pathway.pc.correlation.distance)
export(plotMulticlassified)
export(plotOneWithValues)
export(plotSelectionOverlaps)
export(projectKNNs)
export(read.10x.matrices)
export(read10xMatrix)
export(readPagoda2SelectionAsFactor)
export(readPagoda2SelectionFile)
export(removeSelectionOverlaps)
export(score.cells.nb0)
export(score.cells.puram)
export(sgdBatches)
export(show.app)
export(subsetSignatureToData)
export(tp2c.view.pathways)
export(validateSelectionsObject)
export(webP2proc)
export(winsorize.matrix)
export(writeGenesAsPagoda2Selection)
export(writePagoda2SelectionFile)
exportClasses(pagoda2WebApp)
import(MASS)
import(Matrix)
import(R.utils)
import(R6)
import(RMTstat)
import(Rook)
import(drat)
import(igraph)
import(rjson)
import(sccore)
importFrom(N2R,Knn)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(Rtsne,Rtsne)
importFrom(dendsort,dendsort)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,dev.size)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lcm)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(irlba,irlba)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,new)
importFrom(mgcv,gam)
importFrom(parallel,mclapply)
importFrom(rjson,fromJSON)
importFrom(rjson,toJSON)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dendrapply)
importFrom(stats,dist)
importFrom(stats,is.leaf)
importFrom(stats,na.omit)
importFrom(stats,order.dendrogram)
importFrom(stats,phyper)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(urltools,url_decode)
importFrom(utils,browseURL)
importFrom(utils,read.delim)
useDynLib(pagoda2)