-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
export(KYCG_plotBar)
export(KYCG_plotDot)
export(KYCG_plotEnrichAll)
export(KYCG_plotLollipop)
export(KYCG_plotManhattan)
export(KYCG_plotMeta)
export(KYCG_plotMetaEnrichment)
export(KYCG_plotPointRange)
export(KYCG_plotSetEnrichment)
export(KYCG_plotVolcano)
export(KYCG_plotWaterfall)
export(aggregateTestEnrichments)
export(annoProbes)
export(buildGeneDBs)
export(dbStats)
export(getDBs)
export(listDBGroups)
export(testEnrichment)
export(testEnrichment2)
export(testEnrichmentSEA)
export(testGO)
export(testProbeProximity)
import(ggplot2)
import(ggrepel)
import(methods)
import(sesameData)
import(stats)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,seqnames)
importFrom(IRanges,subsetByOverlaps)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(sesameData,sesameDataGet)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(wheatmap,Beneath)
importFrom(wheatmap,WGG)
useDynLib(knowYourCG, .registration = TRUE)