forked from rnabioco/clustifyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 845 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
# Generated by roxygen2: do not edit by hand
export(average_clusters)
export(binarize_expr)
export(compare_lists)
export(compute_similarity)
export(corr_coef)
export(getPCAGenes)
export(important_heatmap)
export(kl_divergence)
export(matrixize_markers)
export(permutation_similarity)
export(plot_call)
export(plot_cor)
export(plot_tsne)
export(reduce_expr_matrix)
export(refine_clusters)
export(run_cor)
export(select_gene_subset)
import(Matrix)
import(entropy)
import(ggplot2)
import(gplots)
import(tibble)
importFrom(cowplot,theme_cowplot)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(stats,cor)
importFrom(stats,dhyper)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(tidyr,gather)
importFrom(tidyr,spread)