-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (41 loc) · 1.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
useDynLib(bnbc, .registration=TRUE)
importFrom(Rcpp, evalCpp)
import(methods)
import(SummarizedExperiment)
import(GenomicRanges)
import(IRanges)
import(S4Vectors)
importMethodsFrom(GenomeInfoDb, genome, seqlengths, seqlevels)
importFrom(utils, txtProgressBar, setTxtProgressBar, write.table)
importFrom(BiocGenerics, rownames, cbind)
importFrom(sva, ComBat)
importFrom(preprocessCore, normalize.quantiles)
importFrom(parallel, mclapply)
importFrom(matrixStats, rowVars)
importFrom(EBImage, gblur, makeBrush, filter2)
importFrom(rhdf5, H5Fopen, H5Fclose, h5read, h5closeAll)
importFrom(data.table, data.table, setkey)
importFrom(HiCBricks, Create_many_Bricks_from_mcool,
Brick_load_data_from_mcool,
Brick_get_entire_matrix)
## importMethodsFrom(Matrix, mean, rowMeans, t, triu, which)
export(bnbc)
exportClasses(ContactGroup)
exportMethods("rowData", "rowData<-", "colData", "colData<-", "dim", "show", "[")
export(ContactGroup, contacts, "contacts<-")
export(librarySize)
export(logCPM)
export(boxSmoother)
export(gaussSmoother)
export(getBandMatrix)
export(getGroupZeros)
export(dropGroupZeros)
export(cgBandApply)
export(cgApply)
export(distanceIdx)
export(getBandIdx)
export("band<-")
export(band)
export(getChrIdx)
export(getChrCGFromCools)
export(cg2bedgraph2)