-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
41 lines (40 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
# Generated by roxygen2: do not edit by hand
export(summarize)
export(visualize)
exportClasses(summarizedData)
exportMethods(combine)
exportMethods(show)
import(BiocParallel)
import(RColorBrewer)
import(ggplot2)
import(methods)
import(minfi)
import(shiny)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(BiocGenerics,combine)
importFrom(SummarizedExperiment,colData)
importFrom(grDevices,blues9)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(gridBase,baseViewports)
importFrom(hexbin,grid.hexagons)
importFrom(hexbin,hexbin)
importFrom(matrixStats,colMads)
importFrom(matrixStats,colMedians)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,sd)
importFrom(utils,str)
importFrom(utils,write.csv)