forked from r3fang/SnapATAC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
162 lines (161 loc) · 4.27 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
# Generated by roxygen2: do not edit by hand
S3method(PlotFeatureSingle,default)
S3method(addBmatToSnap,default)
S3method(addGmatToSnap,default)
S3method(addPmatToSnap,default)
S3method(barcodeInSnapFile,default)
S3method(boxPlotFeature,default)
S3method(calBmatCor,default)
S3method(createGmat,default)
S3method(createSnap,default)
S3method(createSnapFromBmat,default)
S3method(createSnapFromGmat,default)
S3method(createSnapFromPmat,default)
S3method(exportMetaData,default)
S3method(filterBins,default)
S3method(filterCells,default)
S3method(findDAR,default)
S3method(isSnapFile,default)
S3method(makeBinary,default)
S3method(plotBarcode,default)
S3method(plotBinCoverage,default)
S3method(plotDimReductElbow,default)
S3method(plotDimReductPW,default)
S3method(plotGene,default)
S3method(plotViz,default)
S3method(readMetaData,default)
S3method(rmBmatFromSnap,default)
S3method(rmGmatFromSnap,default)
S3method(rmPmatFromSnap,default)
S3method(runCluster,default)
S3method(runDimReduct,default)
S3method(runHomer,default)
S3method(runJaccard,default)
S3method(runKNN,default)
S3method(runNormJaccard,default)
S3method(runSnapAddPmat,default)
S3method(runViz,default)
S3method(scaleCountMatrix,default)
S3method(showBinSizes,default)
export(PlotFeatureSingle)
export(addBmatToSnap)
export(addGmatToSnap)
export(addPmatToSnap)
export(barcodeInSnapFile)
export(boxPlotFeature)
export(calBmatCor)
export(createGmat)
export(createPmat)
export(createSnap)
export(createSnapFromBmat)
export(createSnapFromGmat)
export(createSnapFromPmat)
export(exportMetaData)
export(extractReads)
export(filterBins)
export(filterCells)
export(findDAR)
export(isSnapFile)
export(makeBinary)
export(plotBarcode)
export(plotBinCoverage)
export(plotDimReductElbow)
export(plotDimReductPW)
export(plotGene)
export(plotViz)
export(readMetaData)
export(rmBmatFromSnap)
export(rmGmatFromSnap)
export(rmPmatFromSnap)
export(runCluster)
export(runDimReduct)
export(runHomer)
export(runJaccard)
export(runKNN)
export(runMACS)
export(runMACSForAll)
export(runNormJaccard)
export(runSnapAddPmat)
export(runViz)
export(scaleCountMatrix)
export(showBinSizes)
export(snapRbind)
exportClasses(snap)
exportMethods("[")
exportMethods(colMeans)
exportMethods(colSums)
exportMethods(is.snap)
exportMethods(nrow)
exportMethods(rowMeans)
exportMethods(rowSums)
exportMethods(summarySnap)
import(Matrix)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,reduce)
importFrom(IRanges,IRanges)
importFrom(Matrix,sparseMatrix)
importFrom(RANN,nn2)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(Rtsne,Rtsne)
importFrom(bigmemory,as.big.matrix)
importFrom(bigmemory,attach.big.matrix)
importFrom(doParallel,registerDoParallel)
importFrom(edgeR,DGEList)
importFrom(edgeR,exactTest)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,glmQLFit)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,xy.coords)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,strheight)
importFrom(graphics,stripchart)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(igraph,E)
importFrom(igraph,cluster_louvain)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,similarity)
importFrom(irlba,irlba)
importFrom(irlba,prcomp_irlba)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setClassUnion)
importFrom(methods,setMethod)
importFrom(methods,slot)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(plyr,count)
importFrom(raster,focal)
importFrom(raster,raster)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(scales,alpha)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,file_test)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)