forked from lima1/PureCN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·182 lines (181 loc) · 5.25 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Generated by roxygen2: do not edit by hand
export(annotateTargets)
export(bootstrapResults)
export(calculateBamCoverageByInterval)
export(calculateLogRatio)
export(calculateMappingBiasGatk4)
export(calculateMappingBiasVcf)
export(calculatePowerDetectSomatic)
export(calculateTangentNormal)
export(callAlterations)
export(callAlterationsFromSegmentation)
export(callAmplificationsInLowPurity)
export(callCIN)
export(callLOH)
export(callMutationBurden)
export(correctCoverageBias)
export(createCurationFile)
export(createNormalDatabase)
export(filterIntervals)
export(filterVcfBasic)
export(filterVcfMuTect)
export(filterVcfMuTect2)
export(findFocal)
export(getSexFromCoverage)
export(getSexFromVcf)
export(plotAbs)
export(poolCoverage)
export(predictSomatic)
export(preprocessIntervals)
export(processMultipleSamples)
export(readAllelicCountsFile)
export(readCoverageFile)
export(readCurationFile)
export(readIntervalFile)
export(readLogRatioFile)
export(readSegmentationFile)
export(runAbsoluteCN)
export(segmentationCBS)
export(segmentationGATK4)
export(segmentationHclust)
export(segmentationPSCBS)
export(setMappingBiasVcf)
export(setPriorVcf)
import(DNAcopy)
import(IRanges)
import(VariantAnnotation)
importFrom(Biobase,package.version)
importFrom(BiocGenerics,score)
importFrom(BiocGenerics,unstrand)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,DNAStringSetList)
importFrom(Biostrings,letterFrequency)
importFrom(GenomeInfoDb,"genome<-")
importFrom(GenomeInfoDb,"seqlengths<-")
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,"seqlevelsStyle<-")
importFrom(GenomeInfoDb,genomeStyles)
importFrom(GenomeInfoDb,rankSeqlevels)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevelsInUse)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomeInfoDb,sortSeqlevels)
importFrom(GenomicFeatures,cdsByOverlaps)
importFrom(GenomicFeatures,exonsByOverlaps)
importFrom(GenomicFeatures,transcriptsByOverlaps)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,tile)
importFrom(GenomicRanges,tileGenome)
importFrom(Matrix,tcrossprod)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,TabixFile)
importFrom(Rsamtools,headerTabix)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(Rsamtools,scanFa)
importFrom(Rsamtools,scanFaIndex)
importFrom(S4Vectors,"%in%")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,expand)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(SummarizedExperiment,rowRanges)
importFrom(VGAM,Coef)
importFrom(VGAM,betabinomial)
importFrom(VGAM,dbetabinom)
importFrom(VGAM,dbetabinom.ab)
importFrom(VGAM,vglm)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,rbindlist)
importFrom(futile.logger,appender.tee)
importFrom(futile.logger,flog.appender)
importFrom(futile.logger,flog.debug)
importFrom(futile.logger,flog.fatal)
importFrom(futile.logger,flog.info)
importFrom(futile.logger,flog.threshold)
importFrom(futile.logger,flog.warn)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_trans)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha_continuous)
importFrom(ggplot2,scale_y_sqrt)
importFrom(ggplot2,stat_density2d)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,contour)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,strwidth)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(gridExtra,grid.arrange)
importFrom(mclust,Mclust)
importFrom(mclust,emControl)
importFrom(mclust,mclustBIC)
importFrom(methods,is)
importFrom(rhdf5,H5Fopen)
importFrom(rtracklayer,import)
importFrom(stats,C)
importFrom(stats,aggregate)
importFrom(stats,binom.test)
importFrom(stats,complete.cases)
importFrom(stats,cutree)
importFrom(stats,dbeta)
importFrom(stats,dbinom)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,dunif)
importFrom(stats,ecdf)
importFrom(stats,fisher.test)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,na.omit)
importFrom(stats,pbeta)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,t.test)
importFrom(stats,weighted.mean)
importFrom(tools,file_ext)
importFrom(utils,compareVersion)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)