forked from Matthew-Dyer792/tfregulomer-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (38 loc) · 987 Bytes
/
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
export('dataBrowser')
export('searchMotif')
export('exclusivePeaks')
export('exclusivePeakResult')
export('commonPeaks')
export('commonPeakResult')
export('intersectPeakMatrix')
export('intersectPeakMatrixResult')
export('exportMMPFM')
export('plotLogo')
export('loadPeaks')
export('motifDistrib')
export('plotDistrib')
export('toTFBSTools')
export('greatAnnotate')
export('genomeAnnotate')
export('cofactorReport')
export('interactome3D')
export('.construct_api')
export('apiRequest')
export('formMatrixFromSeq')
import('jsonlite')
import('RSQLite')
import('ggplot2')
import('ggseqlogo')
import('gridExtra')
import('grid')
import('GenomicRanges')
import('IRanges')
importFrom('gplots', "heatmap.2")
import('S4Vectors')
import('curl')
importFrom("graphics", "hist", "plot")
importFrom("grDevices", "dev.off", "pdf", "png")
importFrom("methods", "new")
importFrom("utils", "read.delim", "read.table", "write.table")
importFrom("grDevices", "colorRampPalette")
importFrom(magrittr, "%>%")