-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
215 lines (214 loc) · 5.49 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
# Generated by roxygen2: do not edit by hand
export("%!in%")
export("%>%")
export("consensus<-")
export("consensusPhylo<-")
export("distMat<-")
export("graph<-")
export("phylo<-")
export(.countBreakpoints)
export(.invft)
export(.multipcf)
export(.quiet)
export(CopyKit)
export(bincounts)
export(calcConsensus)
export(calcInteger)
export(calcRatios)
export(combine.func)
export(compactMulti)
export(consensus)
export(consensusPhylo)
export(copykit_example)
export(copykit_example_filtered)
export(distMat)
export(doMultiPCF)
export(expandMulti)
export(findAneuploidCells)
export(findClusters)
export(findMarksMulti)
export(findOutliers)
export(findSuggestedK)
export(findVariableGenes)
export(find_scaffold_genes)
export(getArmandChromStop)
export(getArms)
export(getMad)
export(graph)
export(hdbscanCBI)
export(inferMrca)
export(knnSmooth)
export(l2e.normal.sd)
export(leidenCBI)
export(logNorm)
export(louvainCBI)
export(markMultiPotts)
export(medianFilter)
export(mergeLevels)
export(mock_bincounts)
export(multiPCFcompact)
export(numericArms)
export(numericChrom)
export(ocean.balance)
export(ocean_balance_hex)
export(overdispersion)
export(parCor)
export(phylo)
export(plotAlluvial)
export(plotConsensusLine)
export(plotFreq)
export(plotGeneCopy)
export(plotHeatmap)
export(plotMetrics)
export(plotPca)
export(plotPhylo)
export(plotRatio)
export(plotScree)
export(plotSuggestedK)
export(plotUmap)
export(plotVariableGenes)
export(pullOutContent)
export(ratios)
export(runConsensusPhylo)
export(runCountReads)
export(runDistMat)
export(runFastMultiPCF)
export(runMetrics)
export(runMultiPcfSubset)
export(runPca)
export(runPhylo)
export(runSegmentation)
export(runUmap)
export(runVarbin)
export(runVst)
export(sawMarkM)
export(segment_ratios)
export(selectFastMultiPcf)
export(subclones_pal)
export(superclones_pal)
exportClasses(CopyKit)
exportClasses(igraph)
exportMethods("consensus<-")
exportMethods("consensusPhylo<-")
exportMethods("distMat<-")
exportMethods("graph<-")
exportMethods("phylo<-")
exportMethods(bincounts)
exportMethods(consensus)
exportMethods(consensusPhylo)
exportMethods(distMat)
exportMethods(graph)
exportMethods(phylo)
exportMethods(ratios)
exportMethods(segment_ratios)
exportMethods(show)
import(ComplexHeatmap)
import(ggalluvial)
import(ggplot2)
import(ggtree)
import(methods)
import(shiny)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(S4Vectors,SimpleList)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importClassesFrom(SummarizedExperiment,RangedSummarizedExperiment)
importFrom(BiocGenerics,`%in%`)
importFrom(BiocGenerics,subset)
importFrom(BiocNeighbors,findKNN)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(DNAcopy,CNA)
importFrom(DNAcopy,segment)
importFrom(DNAcopy,smooth.CNA)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(Rsubread,featureCounts)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(SingleCellExperiment,"reducedDim<-")
importFrom(SingleCellExperiment,reducedDim)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(SummarizedExperiment,seqnames)
importFrom(ape,Nnode)
importFrom(ape,Ntip)
importFrom(ape,drop.tip)
importFrom(ape,fastme.bal)
importFrom(ape,ladderize)
importFrom(ape,nj)
importFrom(ape,root.phylo)
importFrom(bluster,makeSNNGraph)
importFrom(circlize,colorRamp2)
importFrom(dbscan,hdbscan)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_reorder)
importFrom(fpc,clusterboot)
importFrom(ggalluvial,geom_stratum)
importFrom(ggalluvial,stat_stratum)
importFrom(ggnewscale,new_scale_color)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(gtools,mixedsort)
importFrom(igraph,cluster_leiden)
importFrom(igraph,cluster_louvain)
importFrom(igraph,membership)
importFrom(magrittr,"%>%")
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(mixtools,normalmixEM)
importFrom(scales,hue_pal)
importFrom(scales,percent_format)
importFrom(scquantum,ploidy.inference)
importFrom(scquantum,timeseries.iod)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,fillCol)
importFrom(shiny,plotOutput)
importFrom(shiny,stopApp)
importFrom(stats,ansari.test)
importFrom(stats,approx)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,lowess)
importFrom(stats,median)
importFrom(stats,prcomp)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(tidyr,complete)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_wider)
importFrom(uwot,umap)
importFrom(viridis,viridis)
importFrom(withr,with_seed)
importMethodsFrom(SingleCellExperiment,show)
importMethodsFrom(SummarizedExperiment,assay)
importMethodsFrom(SummarizedExperiment,colData)
importMethodsFrom(SummarizedExperiment,rowRanges)