-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (46 loc) · 1.51 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
export(annotationCommandList)
export(cpgiCommand)
export(densCpGCommand)
export(execute)
export(filterCommandList)
export(gapCommand)
export(genomicRegionCommand)
export(getGeneEntrezIds)
export(getProbeGeneRelationship)
export(getSymbolsFromEntrezIds)
export(kOverAFilterCommand)
export(kOverAFilterCommandFromFraction)
export(nearestGeneCommand)
export(varFilterCommand)
exportClasses(AnnotationCommandList)
exportClasses(CPGICommand)
exportClasses(DensCpGCommand)
exportClasses(FilterCommandList)
exportClasses(GapCommand)
exportClasses(GenomicRegionCommand)
exportClasses(KOverAFilterCommand)
exportClasses(NearestGeneCommand)
import(methods)
importFrom(AnnotationDbi,mget)
importFrom(BSgenome.Hsapiens.UCSC.hg19,BSgenome.Hsapiens.UCSC.hg19)
importFrom(Biostrings,getSeq)
importFrom(Biostrings,vcountPattern)
importFrom(FDb.InfiniumMethylation.hg19,get450k)
importFrom(GenomicFeatures,fiveUTRsByTranscript)
importFrom(GenomicRanges,reduce)
importFrom(IRanges,unlist)
importFrom(IlluminaHumanMethylation450k.db,IlluminaHumanMethylation450kENTREZID)
importFrom(TxDb.Hsapiens.UCSC.hg19.knownGene,TxDb.Hsapiens.UCSC.hg19.knownGene)
importFrom(functional,Curry)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_grey)
importFrom(ggplot2,theme_bw)
importFrom(matrixStats,colVars)
importFrom(matrixStats,rowVars)
importFrom(org.Hs.eg.db,org.Hs.egSYMBOL)
importFrom(reshape2,melt)
importFrom(rtracklayer,browserSession)
importFrom(rtracklayer,getTable)
importFrom(rtracklayer,ucscTableQuery)