forked from MarioniLab/DropletUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.85 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
# Generated by roxygen2: do not edit by hand
export(barcodeRanks)
export(defaultDrops)
export(downsampleBatches)
export(downsampleMatrix)
export(downsampleReads)
export(emptyDrops)
export(encodeSequences)
export(get10xMolInfoStats)
export(makeCountMatrix)
export(read10xCounts)
export(read10xMolInfo)
export(removeSwappedDrops)
export(swappedDrops)
export(testEmptyDrops)
export(write10xCounts)
import(SingleCellExperiment)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgTMatrix)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpmapply)
importFrom(BiocParallel,bpnworkers)
importFrom(HDF5Array,TENxMatrix)
importFrom(Matrix,colSums)
importFrom(Matrix,readMM)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,writeMM)
importFrom(R.utils,gzip)
importFrom(Rcpp,sourceCpp)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,List)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(dqrng,generateSeedVectors)
importFrom(edgeR,goodTuringProportions)
importFrom(methods,as)
importFrom(methods,is)
importFrom(rhdf5,H5Fclose)
importFrom(rhdf5,H5Fopen)
importFrom(rhdf5,H5Gclose)
importFrom(rhdf5,H5Gopen)
importFrom(rhdf5,h5createFile)
importFrom(rhdf5,h5createGroup)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(rhdf5,h5write)
importFrom(rhdf5,h5write.default)
importFrom(rhdf5,h5writeAttribute)
importFrom(stats,aggregate)
importFrom(stats,fitted)
importFrom(stats,median)
importFrom(stats,optimize)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rgamma)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,smooth.spline)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(utils,write.table)
importMethodsFrom(Matrix,which)
useDynLib(DropletUtils)