forked from griffithlab/GenVisR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.91 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
# Generated by roxygen2: do not edit by hand
export(TvTi)
export(cnFreq)
export(cnSpec)
export(cnView)
export(compIdent)
export(covBars)
export(genCov)
export(geneViz)
export(ideoView)
export(lohSpec)
export(lohView)
export(lolliplot)
export(waterfall)
import(ggplot2)
importFrom(AnnotationDbi,select)
importFrom(BiocGenerics,unlist)
importFrom(Biostrings,alphabetFrequency)
importFrom(Biostrings,getSeq)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
importFrom(FField,FFieldPtRep)
importFrom(GenomicFeatures,transcriptsByOverlaps)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,gaps)
importFrom(GenomicRanges,intersect)
importFrom(GenomicRanges,mcols)
importFrom(GenomicRanges,reduce)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,values)
importFrom(IRanges,IRanges)
importFrom(IRanges,ranges)
importFrom(IRanges,relist)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,pileup)
importFrom(Rsamtools,scanBam)
importFrom(biomaRt,getBM)
importFrom(biomaRt,listDatasets)
importFrom(biomaRt,useDataset)
importFrom(biomaRt,useMart)
importFrom(ggplot2,ggplotGrob)
importFrom(grid,grid.draw)
importFrom(grid,unit.pmax)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,rbind.gtable)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_rows)
importFrom(gtools,mixedsort)
importFrom(plyr,adply)
importFrom(plyr,count)
importFrom(plyr,ldply)
importFrom(plyr,rbind.fill)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(scales,log10_trans)
importFrom(scales,rescale)
importFrom(scales,squish)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,read.delim)
importFrom(utils,tail)
importFrom(viridis,scale_fill_viridis)
importFrom(viridis,viridis)