-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
91 lines (90 loc) · 2.57 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
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
export(calculateCoverageProfile)
export(calculateCoverageProfileFromTxdb)
export(calculateCoverageProfileList)
export(calculateCoverageProfileListFromTxdb)
export(checkSeqDb)
export(createControlRegions)
export(createDB)
export(createOrthologousGeneSetList)
export(deleteSampleDataFromDB)
export(discoverFeatureSpecificMotifs)
export(extractSequences)
export(findDifferentialMotifs)
export(findEnrichedFunctions)
export(generateKmers)
export(getFeatureBoundaryCoverage)
export(getFeatureBoundaryCoverageBin)
export(getFeatureBoundaryCoverageMulti)
export(getIntervalOverlapMatrix)
export(getMotifSummaryTable)
export(getPWM)
export(getTargetedGenesTable)
export(getTxdbFeatures)
export(getTxdbFeaturesFromGRanges)
export(importBed)
export(importBedFiles)
export(importGtf)
export(parseMsigdb)
export(plotFeatureBoundaryCoverage)
export(printMsigdbDataset)
export(queryGff)
export(retrieveOrthologs)
export(runGSEA)
export(runMotifDiscovery)
export(runMotifRG)
export(runReport)
export(runReportMetaAnalysis)
export(runTopGO)
export(summarizeDatabaseContent)
export(summarizeQueryRegions)
export(summarizeQueryRegionsMulti)
import(DT)
import(GenomicFeatures)
import(GenomicRanges)
import(RSQLite)
import(ggplot2)
import(knitr)
import(ranger)
import(rmarkdown)
importFrom(BSgenome,available.genomes)
importFrom(BSgenome.Hsapiens.UCSC.hg19,Hsapiens)
importFrom(BiocGenerics,unlist)
importFrom(Biostrings,getSeq)
importFrom(Biostrings,vmatchPattern)
importFrom(GenomeInfoDb,keepStandardChromosomes)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomicRanges,GRangesList)
importFrom(IRanges,width)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbWriteTable)
importFrom(S4Vectors,Reduce)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(cowplot,plot_grid)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,setkey)
importFrom(genomation,ScoreMatrix)
importFrom(genomation,ScoreMatrixBin)
importFrom(gprofiler2,gost)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(pbapply,pbsapply)
importFrom(pheatmap,pheatmap)
importFrom(plotly,add_ribbons)
importFrom(plotly,add_trace)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotrix,std.error)
importFrom(proxy,dist)
importFrom(rtracklayer,import.bed)
importFrom(rtracklayer,import.gff)
importFrom(seqLogo,seqLogo)
importFrom(stats,fisher.test)
importFrom(utils,read.table)