-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
export(annotateWithCate)
export(barplotFromNamedVector)
export(cateNamesFromThreshold)
export(createMyGRs)
export(createMyGRsUsingSimpleOverlap)
export(plotAllBarPlotForCategoriesFromMyGR)
export(plotAllPheatmapsFor2CategoriesFromMyGR)
export(plotCateComparisonSetAndRef)
export(plotClassicalHistogramForMyGRs)
export(plotPairwiseComparison)
export(writeNarrowPeaksFromMyGRsAndAnnot)
export(writeTablesFromMyGRsAndAnnot)
importFrom(GenomicRanges,distanceToNearest)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,flank)
importFrom(GenomicRanges,mcols)
importFrom(GenomicRanges,start)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(igraph,add_vertices)
importFrom(igraph,components)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,vcount)
importFrom(pheatmap,pheatmap)
importFrom(reshape,cast)
importFrom(stats,aggregate)
importFrom(stats,cor.test)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(usefulLDfunctions,subsetByNamesOrIndices)
importFrom(usefulLDfunctionsGR,findOverlapAsClusters)
importFrom(usefulLDfunctionsGR,narrowPeakDFFromGR)
importFrom(utils,head)
importFrom(utils,write.table)