-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·99 lines (97 loc) · 2.7 KB
/
Copy pathNAMESPACE
File metadata and controls
executable file
·99 lines (97 loc) · 2.7 KB
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
import(biomaRt)
import(ComplexHeatmap)
import(GenomicAlignments)
import(GenomicRanges)
import(ggplot2)
import(parallel)
import(Rsamtools)
import(RSQLite)
import(utils)
importFrom("BiocGenerics",match)
importFrom("BiocGenerics",unlist)
importFrom("BiocGenerics",which)
importFrom("Biostrings",alphabetFrequency)
importFrom("biomaRt",useMart)
importFrom("biomaRt",getBM)
importFrom("circlize",colorRamp2)
importFrom("Seqinfo",genome)
importFrom("Seqinfo",isCircular)
importFrom("Seqinfo",seqinfo)
importFrom("Seqinfo",Seqinfo)
importFrom("Seqinfo",seqlevels)
importFrom("Seqinfo",seqlengths)
importFrom("Seqinfo","seqlengths<-")
#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("IRanges",IRanges)
importFrom("IRanges",Views)
importFrom("IRanges",viewApply)
importFrom("methods",as)
importFrom("methods",is)
importFrom("rtracklayer",BigWigFile)
importFrom("rtracklayer",BigWigSelection)
importFrom("rtracklayer",import)
importFrom("rtracklayer",import.bed)
importFrom("rtracklayer",import.bw)
importFrom("rtracklayer",getSeq)
importFrom("S4Vectors",DataFrame)
importFrom("S4Vectors",match)
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("txdbmaker",makeTxDbFromGFF)
importFrom("utils",download.file)
importFrom("utils",packageVersion)
importFrom("utils",read.delim)
importFrom("utils",unzip)
export(buildAnnotationDatabase)
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)