-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
32 lines (31 loc) · 860 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calc_sd_rsd)
export(calc_sd_rsd_nls)
export(calculate_fratio)
export(count_matching_features)
export(determine_outliers)
export(filter_non_zero_percentage)
export(generate_group_colors)
export(keep_non_missing_percentage)
export(keep_non_zero_percentage)
export(median_class_correlations)
export(median_correlations)
export(outlier_fraction)
export(similarity_reorder)
export(similarity_reorderbyclass)
export(split_groups)
export(summarize_data)
export(visqc_cor_pca_scores)
export(visqc_heatmap)
export(visqc_score_contributions)
export(visqc_test_pca_loadings)
export(visqc_test_pca_scores)
import(ComplexHeatmap)
import(dendsort)
import(dplyr)
importFrom(colorspace,rainbow_hcl)
importFrom(magrittr,"%>%")
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,hclust)