-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
63 lines (62 loc) · 1.5 KB
/
NAMESPACE
File metadata and controls
63 lines (62 loc) · 1.5 KB
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
# Generated by roxygen2: do not edit by hand
export(.accStartCNR_CNS)
export(.accumStartPos)
export(CNVpermut)
export(CtArmGenes)
export(SNPmajorAlleleCt)
export(bulkCNVs)
export(bulkLOHplot)
export(caseCNVscore)
export(cdt_filt_sort)
export(cnvPlot1)
export(cnvPlot2)
export(cnvPlot3)
export(cnvs)
export(cnvsorted)
export(fdrTumor)
export(groupSpots)
export(lohMajorAlleleCt)
export(lohMpileupInput)
export(newSptBC)
export(nonZeRdCts)
export(permutScore)
export(proposTumLoup)
export(quintilePlot)
export(readsGrouped)
export(spaPointMutation)
export(splitSpot)
export(spotSummary)
export(spotsGrouped)
export(sptBClstRds)
export(sptMutCt)
export(wtArmMedianOne)
import(dplyr)
import(ggplot2)
import(heatmap.2x)
importFrom(RColorBrewer,brewer.pal)
importFrom(dendextend,cutree)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(futile.logger,flog.error)
importFrom(futile.logger,flog.info)
importFrom(futile.logger,flog.warn)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,hist)
importFrom(matrixStats,weightedMedian)
importFrom(raster,pointDistance)
importFrom(stats,as.dendrogram)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stringi,stri_pad_left)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)