-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
executable file
·46 lines (45 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(computeObsWSAF)
export(dEploid)
export(extractCoverageFromTxt)
export(extractCoverageFromVcf)
export(extractPLAF)
export(haplotypePainter)
export(histWSAF)
export(plotAltVsRef)
export(plotAltVsRefPlotly)
export(plotHistWSAFPlotly)
export(plotObsExpWSAF)
export(plotObsExpWSAFPlotly)
export(plotProportions)
export(plotWSAFVsPLAFPlotly)
export(plotWSAFvsPLAF)
importFrom(DEploid.utils,computeObsWSAF)
importFrom(DEploid.utils,extractCoverageFromTxt)
importFrom(DEploid.utils,extractCoverageFromVcf)
importFrom(DEploid.utils,extractPLAF)
importFrom(DEploid.utils,haplotypePainter)
importFrom(DEploid.utils,histWSAF)
importFrom(DEploid.utils,plotAltVsRef)
importFrom(DEploid.utils,plotObsExpWSAF)
importFrom(DEploid.utils,plotProportions)
importFrom(DEploid.utils,plotWSAFvsPLAF)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(htmlwidgets,saveWidget)
importFrom(magrittr,"%>%")
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(rmarkdown,pandoc_available)
importFrom(scales,alpha)
importFrom(utils,read.table)
useDynLib(DEploid, .registration = TRUE)