-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
export(add_midparent_expression)
export(add_size_factors)
export(expression_partitioning)
export(get_deg_counts)
export(get_deg_list)
export(ora)
export(pca_plot)
export(plot_expression_partitions)
export(plot_expression_triangle)
export(plot_partition_frequencies)
export(plot_samplecor)
importFrom(BiocParallel,bplapply)
importFrom(ComplexHeatmap,pheatmap)
importFrom(DESeq2,DESeqDataSet)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,sizeFactors)
importFrom(DESeq2,varianceStabilizingTransformation)
importFrom(RColorBrewer,brewer.pal)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_curve)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,ylim)
importFrom(grDevices,colorRampPalette)
importFrom(methods,as)
importFrom(patchwork,wrap_plots)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(stats,prcomp)
importFrom(stats,setNames)
importFrom(stats,var)