-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 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
# Generated by roxygen2: do not edit by hand
export(launchCNViz)
import(shiny)
import(stats, except = filter)
import(utils)
importFrom(CopyNumberPlots,plotCopyNumberCalls)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatPercentage)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,width)
importFrom(dplyr,between)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,legend)
importFrom(karyoploteR,plotKaryotype)
importFrom(magrittr,"%>%")
importFrom(plotly,add_segments)
importFrom(plotly,add_trace)
importFrom(plotly,event_data)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,subplot)
importFrom(scales,rescale)