-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(MotifSetup)
export(add_local_file)
export(getPlotSetArray)
export(getREF)
export(import.narrowPeak)
export(plot)
export(plotAverage)
export(plotHeatmap)
export(run)
exportClasses(MotifSetup)
exportClasses(PlotSetArray)
exportClasses(PlotSetList)
exportClasses(PlotSetPair)
import(BSgenome)
import(Biostrings)
import(DBI)
import(DT)
import(GenomeInfoDb)
import(GenomicAlignments)
import(GenomicRanges)
import(IRanges)
import(RColorBrewer)
import(RSQLite)
import(Rsamtools)
import(digest)
import(ggplot2)
import(gridExtra)
import(jsonlite)
import(methods)
import(parallel)
import(reshape2)
import(rtracklayer)
importFrom(S4Vectors,recycleIntegerArg)
importFrom(class,somgrid)
importFrom(fields,image.plot)
importFrom(fields,imageplot.info)
importFrom(fields,imageplot.setup)
importFrom(fields,poly.image)
importFrom(fields,set.panel)
importFrom(fields,tim.colors)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,textGrob)
importFrom(kohonen,supersom)
importFrom(plotrix,dispersion)
importFrom(shiny,runApp)