-
Notifications
You must be signed in to change notification settings - Fork 62
/
NAMESPACE
121 lines (120 loc) · 3.24 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
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
export(Clinical)
export(GMS)
export(Lolliplot)
export(MutSpectra)
export(MutationAnnotationFormat)
export(Rainfall)
export(TvTi)
export(VEP)
export(Waterfall)
export(cnFreq)
export(cnSpec)
export(cnView)
export(compIdent)
export(covBars)
export(genCov)
export(geneViz)
export(ideoView)
export(lohSpec)
export(lohView)
export(lolliplot)
export(waterfall)
exportClasses(Clinical)
exportClasses(GMS)
exportClasses(Lolliplot)
exportClasses(MutSpectra)
exportClasses(MutationAnnotationFormat)
exportClasses(Rainfall)
exportClasses(VEP)
exportClasses(Waterfall)
exportMethods(drawPlot)
exportMethods(getData)
exportMethods(getDescription)
exportMethods(getGrob)
exportMethods(getHeader)
exportMethods(getMeta)
exportMethods(getMutation)
exportMethods(getPath)
exportMethods(getPosition)
exportMethods(getSample)
exportMethods(getVersion)
exportMethods(writeData)
import(data.table)
import(ggplot2)
import(methods)
importClassesFrom(data.table,data.table)
importFrom(AnnotationDbi,select)
importFrom(BSgenome,available.genomes)
importFrom(BSgenome,installed.genomes)
importFrom(BiocGenerics,unlist)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,alphabetFrequency)
importFrom(Biostrings,getSeq)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicFeatures,transcriptsByOverlaps)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,disjoin)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,gaps)
importFrom(GenomicRanges,intersect)
importFrom(GenomicRanges,mcols)
importFrom(GenomicRanges,reduce)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,values)
importFrom(IRanges,IRanges)
importFrom(IRanges,extractList)
importFrom(IRanges,ranges)
importFrom(IRanges,relist)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,getSeq)
importFrom(Rsamtools,pileup)
importFrom(Rsamtools,scanBam)
importFrom(VariantAnnotation,predictCoding)
importFrom(biomaRt,getBM)
importFrom(biomaRt,listDatasets)
importFrom(biomaRt,useDataset)
importFrom(biomaRt,useMart)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,is.data.table)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(ggplot2,ggplotGrob)
importFrom(grDevices,colors)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,nullGrob)
importFrom(grid,unit.pmax)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(gtable,gtable)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_rows)
importFrom(gtools,mixedsort)
importFrom(plyr,adply)
importFrom(plyr,count)
importFrom(plyr,ldply)
importFrom(plyr,mapvalues)
importFrom(plyr,rbind.fill)
importFrom(scales,log10_trans)
importFrom(scales,rescale)
importFrom(scales,squish)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,read.delim)
importFrom(viridis,scale_fill_viridis)
importFrom(viridis,viridis)