-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export(MATfeatures)
export(MATplot)
export(PC1calling)
export(TADdiff)
export(TADplot)
export(TADshuffling)
export(areaCov)
export(areaHist)
export(bgCorr)
export(boundArea)
export(boundary2domain)
export(compOrientation)
export(cool2matrix)
export(dataframes2grange)
export(domainCov)
export(domainHist)
export(geneTADtopo)
export(mMATplot)
export(mTADplot)
export(matObsExp)
import(GenomeInfoDb)
import(GenomicRanges)
import(Gviz)
import(ggplot2)
import(methods)
import(rtracklayer)
importClassesFrom(Matrix,dgCMatrix)
importFrom(BiocGenerics,sort)
importFrom(BiocGenerics,t)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqnames)
importFrom(IRanges,"%outside%")
importFrom(IRanges,IRanges)
importFrom(IRanges,coverage)
importFrom(IRanges,distance)
importFrom(IRanges,ranges)
importFrom(Matrix,diag)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,tril)
importFrom(Matrix,triu)
importFrom(S4Vectors,Rle)
importFrom(S4Vectors,aggregate)
importFrom(S4Vectors,runmean)
importFrom(S4Vectors,split)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(plyr,ddply)
importFrom(preprocessCore,normalize.quantiles)
importFrom(rhdf5,h5read)
importFrom(scales,unit_format)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,toeplitz)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,read.table)
importFrom(viridis,scale_fill_viridis)