-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
115 lines (115 loc) · 2.97 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
import(
methods,
parallel,
BiocParallel,
magrittr,
ggplot2,
LowMACAAnnotation,
ggrepel,
googleVis,
DT,
shinyBS,
cBioPortalData
)
importFrom(grDevices, colorRampPalette, topo.colors)
importFrom(graphics, barplot, legend, par, plot, rect,
segments, text)
importFrom(stats, aggregate, as.formula, dist, hclust,
phyper, pnorm, qnorm, qt , setNames , sd
, AIC , density , lm , median , binomial
, p.adjust , pgamma , qgamma , pbinom , qbinom , fisher.test)
importFrom(graphics , axis , layout , lines , plot.new , plot.window)
importFrom(utils, adist, combn, head, modifyList, str, capture.output)
importFrom(brglm , brglm, summary.brglm)
importFrom(reshape2 , melt , acast , dcast)
importFrom(GenomicRanges , GRanges
, findOverlaps
, makeGRangesFromDataFrame)
importFrom(RColorBrewer , brewer.pal)
importFrom(biomaRt , getBM , useMart)
importFrom(IRanges , reduce , IRanges)
importFrom(XML , xmlParse , xmlToList)
importFrom(httr , GET)
importFrom(shiny , runApp
, fluidPage
, numericInput
, sidebarLayout
, sidebarPanel
, selectInput
, sliderInput
, radioButtons
, actionButton
, mainPanel
, tabsetPanel
, plotOutput
, verbatimTextOutput
, hr
, fluidRow
, tableOutput
, column
, tabPanel
, helpText
, eventReactive
, observe
, reactive
, renderPlot
, reactiveValues
, renderTable
, renderText
, observeEvent
, stopApp
, isolate
, tagList
, singleton
, tags
, div
, p
, img
, nearPoints)
importFrom(jsonlite , stream_in)
importFrom(grid , grid.newpage
, pushViewport
, viewport
, grid.layout)
importFrom(S4Vectors, rename , Rle , subjectHits)
importFrom(stringr, str_extract)
importFrom(data.table, rbindlist)
importFrom(matrixStats , rowAlls
,colAlls
,rowWeightedMeans
,rowMeans2
,rowSds
,rowMedians
,rowMads
,colMeans2
,colSds)
exportPattern("^[[:alpha:]]+")
exportMethods(
"show",
"getAlterations",
"subsetAlterations",
"panelDesigner",
"cpArguments",
"cpData",
"cpDataSubset",
"coveragePlot",
"coverageStackPlot",
"saturationPlot",
"coocMutexPlot",
"survPowerSampleSize",
"survPowerSampleSize1Arm",
"cpFreq",
"panelOptimizer",
"appendRepo",
"dataExtractor",
"propPowerSampleSize",
"filterMutations",
"filterFusions"
)
export(
"showTumorType",
"showCancerStudy"
)
exportClasses(
"CancerPanel"
)