-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNAMESPACE
37 lines (36 loc) · 994 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(CNV.bin)
export(CNV.create_anno)
export(CNV.detail)
export(CNV.detailplot)
export(CNV.detailplot_wrap)
export(CNV.fit)
export(CNV.genomeplot)
export(CNV.load)
export(CNV.segment)
export(CNV.write)
export(read.450k.url)
exportClasses(CNV.analysis)
exportClasses(CNV.anno)
exportClasses(CNV.data)
exportMethods("[")
exportMethods("names<-")
exportMethods(coef)
exportMethods(names)
exportMethods(show)
import(DNAcopy)
import(GenomeInfoDb)
import(GenomicRanges)
import(IRanges)
import(IlluminaHumanMethylation450kanno.ilmn12.hg19)
import(IlluminaHumanMethylation450kmanifest)
import(IlluminaHumanMethylationEPICanno.ilm10b2.hg19)
import(IlluminaHumanMethylationEPICmanifest)
import(minfi)
importFrom(methods,show)
importFrom(rtracklayer,import)
importFrom(stats,coef)
importFrom(grDevices,colorRamp,rgb)
importFrom(graphics,abline,axis,frame,lines,par,plot,text,title)
importFrom(stats,lm,optim,predict)
importFrom(utils,head,tail,write.table)