-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
119 lines (118 loc) · 3.01 KB
/
Copy pathNAMESPACE
File metadata and controls
119 lines (118 loc) · 3.01 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Generated by roxygen2: do not edit by hand
export(DMA)
export(FEA)
export(GLS)
export(GMA)
export(GRN)
export(GSEA)
export(LPA)
export(LiftMAF)
export(MAFtoCscape)
export(PRA)
export(PRAtoTibble)
export(RunCscape_somatic)
export(TFinfluence)
export(URA)
export(confidence)
export(getDataGEO)
export(loadMAVISp)
export(moonlight)
export(plotCircos)
export(plotDMA)
export(plotFEA)
export(plotGMA)
export(plotHeatmap)
export(plotMetExp)
export(plotMoonlight)
export(plotMoonlightMet)
export(plotNetworkHive)
export(plotURA)
import(ComplexHeatmap)
import(EpiMix)
import(ExperimentHub)
import(HiveR)
import(RISmed)
import(doParallel)
import(dplyr)
import(easyPubMed)
import(foreach)
import(org.Hs.eg.db)
import(parallel)
import(readr)
import(tibble)
import(tidyHeatmap)
import(tidyr)
importFrom(AnnotationHub,AnnotationHub)
importFrom(BiocGenerics,as.data.frame)
importFrom(DOSE,gseDO)
importFrom(DOSE,simplot)
importFrom(EpiMix,EpiMix_PlotModel)
importFrom(GEOquery,getGEO)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(RColorBrewer,brewer.pal)
importFrom(circlize,circlize)
importFrom(circlize,circos.clear)
importFrom(circlize,circos.initialize)
importFrom(circlize,circos.par)
importFrom(circlize,circos.rect)
importFrom(circlize,circos.text)
importFrom(circlize,circos.trackPlotRegion)
importFrom(circlize,colorRamp2)
importFrom(circlize,get.cell.meta.data)
importFrom(clusterProfiler,bitr)
importFrom(data.table,rbindlist)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(fgsea,fgsea)
importFrom(fuzzyjoin,genome_left_join)
importFrom(ggplot2,ggsave)
importFrom(gplots,heatmap.2)
importFrom(gplots,redblue)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(grDevices,graphics.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,text)
importFrom(grid,gpar)
importFrom(magrittr,"%>%")
importFrom(parmigene,knnmi.cross)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(qpdf,pdf_combine)
importFrom(randomForest,randomForest)
importFrom(readr,parse_guess)
importFrom(readr,read_csv)
importFrom(rlang,set_names)
importFrom(rtracklayer,import.chain)
importFrom(seqminer,tabix.read.table)
importFrom(stats,fisher.test)
importFrom(stats,p.adjust)
importFrom(stringr,str_c)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_i)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble_col)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(utils,data)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(withr,with_options)
importMethodsFrom(SummarizedExperiment,"rowData<-")
importMethodsFrom(SummarizedExperiment,rowData)