-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
81 lines (80 loc) · 2.19 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
72
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
export(binBSGenome)
export(binChroms)
export(binRegion)
export(calcChromBins)
export(calcChromBinsRef)
export(calcCumulativePartitions)
export(calcCumulativePartitionsRef)
export(calcDinuclFreq)
export(calcDinuclFreqRef)
export(calcExpectedPartitions)
export(calcExpectedPartitionsRef)
export(calcFeatureDist)
export(calcFeatureDistRefTSS)
export(calcGCContent)
export(calcGCContentRef)
export(calcNearestNeighbors)
export(calcNeighborDist)
export(calcPartitions)
export(calcPartitionsRef)
export(calcSummarySignal)
export(calcWidth)
export(dtToGr)
export(genomePartitionList)
export(getChromSizes)
export(getChromSizesFromFasta)
export(getGeneModels)
export(getGeneModelsFromGTF)
export(getGenomeBins)
export(getTssFromGTF)
export(loadBSgenome)
export(loadEnsDb)
export(nlist)
export(plotChromBins)
export(plotCumulativePartitions)
export(plotDinuclFreq)
export(plotExpectedPartitions)
export(plotFeatureDist)
export(plotGCContent)
export(plotNeighborDist)
export(plotPartitions)
export(plotQTHist)
export(plotSummarySignal)
export(retrieveFile)
import(dplyr)
import(ggplot2)
importFrom(Biostrings,alphabetFrequency)
importFrom(Biostrings,readDNAStringSet)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,elementMetadata)
importFrom(GenomicRanges,granges)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,strand)
importFrom(IRanges,IRanges)
importFrom(IRanges,Views)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,foverlaps)
importFrom(data.table,fread)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setattr)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,tstrsplit)
importFrom(methods,is)
importFrom(reshape2,melt)
importFrom(stats,chisq.test)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,getAnywhere)
importFrom(utils,globalVariables)
importFrom(utils,installed.packages)