-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(print,INCOMMON)
export(classification)
export(classify)
export(compute_likelihood)
export(compute_posterior)
export(cox_fit)
export(genome_interpreter)
export(init)
export(kaplan_meier_fit)
export(met_propensity)
export(met_tropism)
export(parameters)
export(plot_class_fraction)
export(plot_classification)
export(plot_met_volcano)
export(plot_prior)
export(plot_survival_analysis)
export(plot_tropism)
export(posterior)
export(priors)
import(cli)
import(crayon)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggrepel,geom_label_repel)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,confint)
importFrom(stats,glm)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(survminer,ggsurvplot)