-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
41 lines (40 loc) · 853 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(annotate_cna)
export(auto_cna_call)
export(auto_cna_signal)
export(bin_genes)
export(call_cna)
export(call_cna_multisamps)
export(convert_to_coord)
export(define_cycling_cells)
export(find_communities)
export(gene_info)
export(make_metacells)
export(merge_samples)
export(norm_ge)
export(plot_aneuploidy)
export(plot_cna)
export(plot_communities)
export(plot_heatmap)
export(plot_qc_cells)
export(plot_tsne)
export(plot_umap)
export(qc_cells)
export(qc_filter)
export(read_mtx)
export(rebin_cov)
export(rm_cv_outliers)
export(run_louvain)
export(run_pca)
export(run_tsne)
export(run_umap)
export(smooth_movingw)
export(tsne_browser)
export(umap_browser)
export(winsor)
export(zscore)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
useDynLib(scCNAutils)