-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
36 lines (35 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(bootSigsPlot)
export(mm_fit_signatures)
export(plot_signatures)
import(BSgenome.Hsapiens.UCSC.hg19)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(MutationalPatterns,strand_bias_test)
importFrom(TxDb.Hsapiens.UCSC.hg19.knownGene,TxDb.Hsapiens.UCSC.hg19.knownGene)
importFrom(deconstructSigs,mut.to.sigs.input)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(plyr,create_progress_bar)
importFrom(plyr,progress_text)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,poisson.test)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,separate)