-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
76 lines (75 loc) · 1.75 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export(adtteSpecInput)
export(adtteSpecServer)
export(assaySpecInput)
export(assaySpecServer)
export(assert_adtte_vars)
export(assert_reactive)
export(assert_summary_funs)
export(assert_tag)
export(check_reactive)
export(check_tag)
export(expect_tag)
export(experimentSpecInput)
export(experimentSpecServer)
export(geneSpecInput)
export(geneSpecServer)
export(h_assign_to_group_list)
export(h_collapse_levels)
export(h_extract_words)
export(h_gene_data)
export(h_km_mae_to_adtte)
export(h_order_genes)
export(h_parse_genes)
export(h_update_gene_selection)
export(heatmap_plot)
export(is_blank)
export(multiSampleVarSpecServer)
export(sampleVarSpecInput)
export(sampleVarSpecServer)
export(sample_tm_g_barplot)
export(sample_tm_g_boxplot)
export(sample_tm_g_forest_tte)
export(sample_tm_g_km)
export(sample_tm_g_pca)
export(sample_tm_g_quality)
export(sample_tm_g_scatterplot)
export(sample_tm_g_volcanoplot)
export(srv_g_barplot)
export(srv_g_boxplot)
export(srv_g_forest_tte)
export(srv_g_km)
export(srv_g_pca)
export(srv_g_quality)
export(srv_g_scatterplot)
export(srv_g_volcanoplot)
export(test_reactive)
export(test_tag)
export(tm_g_barplot)
export(tm_g_boxplot)
export(tm_g_forest_tte)
export(tm_g_km)
export(tm_g_pca)
export(tm_g_quality)
export(tm_g_scatterplot)
export(tm_g_volcanoplot)
export(top_gene_plot)
export(ui_g_barplot)
export(ui_g_boxplot)
export(ui_g_forest_tte)
export(ui_g_km)
export(ui_g_pca)
export(ui_g_quality)
export(ui_g_scatterplot)
export(ui_g_volcanoplot)
export(validate_gene_spec)
export(validate_n_levels)
import(checkmate)
import(ggplot2)
import(shiny)
import(teal)
import(teal.data)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,setListElement)
importFrom(lifecycle,deprecate_soft)
importFrom(utils,str)