forked from rtpop/MARMOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
export(.convert_list_to_df)
export(clin_associaton)
export(differential_analysis)
export(fct_corr)
export(format_fct_corr)
export(gsea_dotplots)
export(map_wts)
export(perform_gsea)
export(plot_clin_association)
export(plot_data_dim)
export(plot_data_distributions)
export(plot_fct_corr)
export(plot_feat_wts)
export(plot_variance_bar)
export(prepare_data)
export(prepare_surv)
export(run_jdr)
export(run_jive)
export(run_mcia)
export(run_mofa2)
export(run_rgcca)
export(select_stable_path)
export(surv_association)
export(surv_compare)
export(surv_compare_dotplot)
export(surv_compare_tile)
export(surv_factor_km)
export(volcano_plot)
import(dplyr)
import(ggbeeswarm)
import(ggplot2)
import(survival)
import(survminer)
import(tidyr)
importFrom(MOFA2,create_mofa)
importFrom(MOFA2,prepare_mofa)
importFrom(MOFA2,run_mofa)
importFrom(RColorBrewer,brewer.pal)
importFrom(RGCCA,rgcca)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(magrittr,"%>%")
importFrom(omicade4,mcia)
importFrom(purrr,imap_dfr)
importFrom(r.jive,jive)
importFrom(rlang,sym)
importFrom(tidyr,pivot_longer)