-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
74 lines (73 loc) · 1.99 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
71
72
73
74
# Generated by roxygen2: do not edit by hand
export(getGreenControls)
export(getPCA)
export(getRedControls)
export(orderByName)
export(runShinyMethyl)
export(shinyMethylSet)
export(shinySummarize)
exportClasses(shinyMethylSet)
exportMethods(combine)
exportMethods(getBeta)
exportMethods(getCN)
exportMethods(getM)
exportMethods(getMeth)
exportMethods(getUnmeth)
exportMethods(pData)
exportMethods(sampleNames)
exportMethods(shinySummarize)
exportMethods(show)
import(methods)
importFrom(Biobase,pData)
importFrom(Biobase,sampleNames)
importFrom(BiocGenerics,combine)
importFrom(BiocGenerics,rownames)
importFrom(BiocGenerics,updateObject)
importFrom(MatrixGenerics,colQuantiles)
importFrom(MatrixGenerics,rowVars)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,palette)
importFrom(graphics,abline)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(htmltools,HTML)
importFrom(htmltools,div)
importFrom(minfi,getAnnotation)
importFrom(minfi,getBeta)
importFrom(minfi,getCN)
importFrom(minfi,getControlAddress)
importFrom(minfi,getGreen)
importFrom(minfi,getM)
importFrom(minfi,getMeth)
importFrom(minfi,getRed)
importFrom(minfi,getUnmeth)
importFrom(minfi,mapToGenome)
importFrom(minfi,preprocessRaw)
importFrom(shiny,checkboxInput)
importFrom(shiny,conditionalPanel)
importFrom(shiny,downloadHandler)
importFrom(shiny,downloadLink)
importFrom(shiny,headerPanel)
importFrom(shiny,mainPanel)
importFrom(shiny,pageWithSidebar)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,renderPrint)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,verbatimTextOutput)
importFrom(shiny,wellPanel)
importFrom(stats,complete.cases)
importFrom(stats,density)
importFrom(stats,lm)
importFrom(stats,prcomp)
importFrom(utils,write.csv)