-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
26 lines (25 loc) · 812 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(bedGraphFromGR)
export(filterByScore)
export(findAllOverlap)
export(findOverlapAsClusters)
export(getTSSinUCSCFormatFromEnsemblGTF)
export(grFromBedFile)
export(grSortedSimplifiedFromNarrowPeak)
export(narrowPeakDFFromGR)
export(overlap2GR)
import(usefulLDfunctions)
importFrom(BiocGenerics,as.data.frame)
importFrom(BiocGenerics,subset)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,mcols)
importFrom(GenomicRanges,resize)
importFrom(combinat,combn)
importFrom(combinat,permn)
importFrom(igraph,add_vertices)
importFrom(igraph,components)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,vcount)
importFrom(rtracklayer,readGFF)
importFrom(usefulLDfunctions,subsetByNamesOrIndices)