-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(print,bascule_obj)
export(configure_environment)
export(convert_dn_names)
export(fit)
export(fit_clustering)
export(get_denovo_signames)
export(get_denovo_signatures)
export(get_exposure)
export(get_fixed_signames)
export(get_fixed_signatures)
export(get_input)
export(get_signames)
export(get_signatures)
export(have_loaded_env)
export(have_python_deps)
export(load_conda_env)
export(merge_clusters)
export(plot.bascule_obj)
export(plot_centroids)
export(plot_data)
export(plot_exposures)
export(plot_gradient_norms)
export(plot_posterior_probs)
export(plot_scores)
export(plot_signatures)
export(plot_similarity_reference)
export(print.bascule_obj)
export(refine_denovo_signatures)
export(which_conda_env)
import(ggplot2)
import(gtools)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h1)
importFrom(ggplotify,as.ggplot)
importFrom(ggtext,element_markdown)
importFrom(magrittr,"%>%")
importFrom(pheatmap,pheatmap)
importFrom(reticulate,conda_binary)
importFrom(reticulate,conda_create)
importFrom(reticulate,conda_install)
importFrom(reticulate,conda_list)
importFrom(reticulate,import)
importFrom(reticulate,install_miniconda)
importFrom(reticulate,miniconda_path)
importFrom(reticulate,py_discover_config)
importFrom(reticulate,py_list_packages)
importFrom(reticulate,use_condaenv)
importFrom(scales,percent)
importFrom(stringr,str_extract_all)