-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
S3method(print,beam.data)
S3method(print,beam.stats)
export(check_beam_specs)
export(check_list_class)
export(clean_Bmtx)
export(compute_beam_stats)
export(compute_feature_pvalues)
export(compute_set_pvalues)
export(extend_set_data)
export(extract_beam_stats)
export(find_id_clm)
export(gen_beam_plot_list)
export(get_id_index)
export(plot_beam_boot)
export(plot_beam_clin)
export(plot_feat_clin)
export(prep_beam_data)
export(prep_beam_plot)
export(prep_beam_specs)
export(subset_beam_result)
import(ggmosaic)
import(ggplot2)
import(logistf)
import(survival)
import(survminer)
importFrom(MASS,ginv)
importFrom(dplyr,full_join)
importFrom(dplyr,inner_join)
importFrom(ggpubr,annotate_figure)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,text_grob)
importFrom(graphics,pairs)
importFrom(magrittr,"%>%")
importFrom(purrr,reduce)
importFrom(rlist,list.append)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,nlminb)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_1)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,coxph.control)
importFrom(utils,head)