import(biomaRt) import(ComplexHeatmap) import(GenomicAlignments) import(GenomicRanges) import(ggplot2) import(parallel) import(Rsamtools) import(RSQLite) import(utils) importFrom("BiocGenerics",unlist) importFrom("biomaRt",useMart) importFrom("biomaRt",getBM) importFrom("circlize",colorRamp2) #importFrom("GenomeInfoDb",fetchExtendedChromInfoFromUCSC) importFrom("GenomeInfoDb",genome) importFrom("GenomeInfoDb",isCircular) importFrom("GenomeInfoDb",seqinfo) importFrom("GenomeInfoDb",Seqinfo) importFrom("GenomeInfoDb",seqlevels) importFrom("GenomeInfoDb",seqlengths) importFrom("GenomeInfoDb","seqlengths<-") importFrom("GenomeInfoDb",dropSeqlevels) importFrom("GenomicFeatures",makeTxDbFromGFF) importFrom("GenomicFeatures",exons) importFrom("GenomicFeatures",genes) importFrom("GenomicFeatures","seqlevels<-") importFrom("GenomicFeatures",transcripts) importFrom("GenomicFeatures",threeUTRsByTranscript) importFrom("graphics",plot) importFrom("grDevices",bmp) importFrom("grDevices",col2rgb) importFrom("grDevices",dev.new) importFrom("grDevices",dev.off) importFrom("grDevices",jpeg) importFrom("grDevices",pdf) importFrom("grDevices",png) importFrom("grDevices",postscript) importFrom("grDevices",tiff) importFrom("httr",config) importFrom("httr",set_config) importFrom("methods",as) importFrom("methods",is) importFrom("S4Vectors",DataFrame) importFrom("S4Vectors",Rle) importFrom("S4Vectors",runValue) importFrom("S4Vectors",queryHits) importFrom("S4Vectors",subjectHits) importFrom("stats",aggregate) importFrom("stats",approx) importFrom("stats",cov) importFrom("stats",kmeans) importFrom("stats",lowess) importFrom("stats",quantile) importFrom("stats",smooth.spline) importFrom("stats",spline) importFrom("stats",var) importFrom("stringr",str_match) importFrom("rtracklayer",BigWigFile) importFrom("rtracklayer",BigWigSelection) importFrom("rtracklayer",import) importFrom("rtracklayer",import.bed) importFrom("rtracklayer",import.bw) importFrom("rtracklayer",getSeq) importFrom("utils",download.file) importFrom("utils",packageVersion) importFrom("utils",read.delim) importFrom("utils",unzip) export(buildAnnotationDatabase) export(buildAnnotationStore) export(buildCustomAnnotation) export(calcCoverage) export(coverageRef) export(coverageRnaRef) export(getAnnotation) export(getBiotypes) export(getInstalledAnnotations) export(getr) export(importCustomAnnotation) export(kmeansDesign) export(loadAnnotation) export(mergeRuns) export(preprocessRanges) export(profileMatrix) export(recoup) export(recoupCorrelation) export(recoupHeatmap) export(recoupProfile) export(recoupPlot) export(removeData) export(rpMatrix) export(setr) export(sliceObj)