-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(align_arc)
export(annotate_archetypes)
export(arch_dist)
export(arch_to_tsne)
export(arch_to_umap)
export(average_pch_fits)
export(bin_cells_by_arch)
export(build_logit_vert)
export(c.k_pch_fit)
export(compute_gene_deviance)
export(filter_go_annot)
export(find_decreasing)
export(find_decreasing_wilcox)
export(find_gam_deriv)
export(find_set_activity_AUCell)
export(find_set_activity_pseudoinv)
export(find_tradeoff_wilcox)
export(fit_arc_gam_1)
export(fit_convhulln)
export(fit_logistic_model)
export(fit_pch)
export(fit_pch_bootstrap)
export(fit_pch_resample)
export(gen_permut)
export(generate_arc)
export(generate_data)
export(geo_sketch)
export(get_feature_weights)
export(get_top_decreasing)
export(install_py_pcha)
export(k_fit_pch)
export(load_go_ontology)
export(make_features)
export(map_gene_annot)
export(map_go_annot)
export(map_gwas_annot)
export(measure_activity)
export(merge_arch_dist)
export(pch_fit)
export(plot.gam_deriv)
export(plot.r_pch_fit)
export(plot_arc)
export(plot_arc_var)
export(plot_arch_struct)
export(plot_confusion)
export(plot_confusion_vert)
export(plot_dim_var)
export(plot_gam)
export(poisson_regression)
export(predict_logistic_prob)
export(predict_vert)
export(print.b_pch_fit)
export(print.k_pch_fit)
export(print.pch_fit)
export(print.r_pch_fit)
export(project_from_pc)
export(project_to_pcs)
export(py_PCHA)
export(rand_var)
export(randomise_fit_pch)
export(randomise_fit_pch1)
export(select_conda)
export(split_train_val)
export(subset.k_pch_fit)
export(summary.gam_deriv)
import(AnnotationHub)
import(data.table)
import(ggplot2)
import(plotly)
import(reticulate)