-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
182 lines (181 loc) · 4.81 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Generated by roxygen2: do not edit by hand
S3method("[",data_list)
S3method("[",ext_solutions_df)
S3method("[",settings_df)
S3method("[",sim_mats_list)
S3method("[",snf_config)
S3method("[",solutions_df)
S3method("[",weights_matrix)
S3method("[<-",ari_matrix)
S3method("[<-",data_list)
S3method("[<-",ext_solutions_df)
S3method("[<-",settings_df)
S3method("[<-",sim_mats_list)
S3method("[<-",solutions_df)
S3method("[<-",weights_matrix)
S3method(arrange,ari_matrix)
S3method(arrange,ext_solutions_df)
S3method(arrange,settings_df)
S3method(arrange,snf_config)
S3method(arrange,solutions_df)
S3method(arrange,t_ext_solutions_df)
S3method(arrange,t_solutions_df)
S3method(as.data.frame,data_list)
S3method(as.data.frame,ext_solutions_df)
S3method(as.data.frame,solutions_df)
S3method(as_ari_matrix,matrix)
S3method(as_data_list,list)
S3method(as_settings_df,data.frame)
S3method(as_sim_mats_list,list)
S3method(as_snf_config,ext_solutions_df)
S3method(as_snf_config,solutions_df)
S3method(as_weights_matrix,matrix)
S3method(c,data_list)
S3method(c,sim_mats_list)
S3method(features,data_list)
S3method(features,ext_solutions_df)
S3method(features,solutions_df)
S3method(merge,snf_config)
S3method(n_features,data_list)
S3method(n_observations,data_list)
S3method(print,ari_matrix)
S3method(print,clust_fns_list)
S3method(print,data_list)
S3method(print,dist_fns_list)
S3method(print,ext_solutions_df)
S3method(print,settings_df)
S3method(print,sim_mats_list)
S3method(print,snf_config)
S3method(print,solutions_df)
S3method(print,t_ext_solutions_df)
S3method(print,t_solutions_df)
S3method(print,weights_matrix)
S3method(rbind,ext_solutions_df)
S3method(rbind,solutions_df)
S3method(rbind,weights_matrix)
S3method(sim_mats_list,default)
S3method(sim_mats_list,ext_solutions_df)
S3method(sim_mats_list,solutions_df)
S3method(summary,data_list)
S3method(summary_features,ext_solutions_df)
S3method(t,ext_solutions_df)
S3method(t,solutions_df)
S3method(t,t_ext_solutions_df)
S3method(t,t_solutions_df)
S3method(uids,data_list)
S3method(uids,default)
S3method(uids,ext_solutions_df)
S3method(uids,solutions_df)
S3method(uids,t_solutions_df)
export(add_settings_df_rows)
export(adjusted_rand_index_heatmap)
export(alluvial_cluster_plot)
export(arrange)
export(as_ari_matrix)
export(as_data_list)
export(as_settings_df)
export(as_sim_mats_list)
export(as_snf_config)
export(as_weights_matrix)
export(assemble_data)
export(assoc_pval_heatmap)
export(auto_plot)
export(bar_plot)
export(batch_snf)
export(batch_snf_subsamples)
export(calc_aris)
export(calc_assoc_pval_matrix)
export(calc_nmis)
export(calculate_coclustering)
export(calculate_db_indices)
export(calculate_dunn_indices)
export(calculate_silhouettes)
export(cell_significance_fn)
export(check_dataless_annotations)
export(check_hm_dependencies)
export(check_similarity_matrices)
export(clust_fns_list)
export(cocluster_density)
export(cocluster_heatmap)
export(collapse_dl)
export(colour_scale)
export(config_heatmap)
export(data_list)
export(dist_fns_list)
export(dl_variable_summary)
export(dlapply)
export(esm_manhattan_plot)
export(estimate_nclust_given_graph)
export(euclidean_distance)
export(extend_solutions)
export(features)
export(generate_distance_metrics_list)
export(generate_settings_matrix)
export(get_cluster_df)
export(get_cluster_solutions)
export(get_clusters)
export(get_complete_uids)
export(get_dl_uids)
export(get_heatmap_order)
export(get_matrix_order)
export(get_pvals)
export(get_representative_solutions)
export(gower_distance)
export(hamming_distance)
export(is_data_list)
export(jitter_plot)
export(label_meta_clusters)
export(label_propagate)
export(linear_adjust)
export(linear_model_pval)
export(mc_manhattan_plot)
export(merge_df_list)
export(merge_dls)
export(meta_cluster_heatmap)
export(n_features)
export(n_observations)
export(new_solutions_df)
export(ord_reg_pval)
export(pval_heatmap)
export(random_removal)
export(rename_dl)
export(resample)
export(save_heatmap)
export(settings_df)
export(sew_euclidean_distance)
export(shiny_annotator)
export(sim_mats_list)
export(similarity_matrix_heatmap)
export(siw_euclidean_distance)
export(sn_euclidean_distance)
export(snf_config)
export(spectral_eigen)
export(spectral_eigen_classic)
export(spectral_eight)
export(spectral_five)
export(spectral_four)
export(spectral_nine)
export(spectral_rot)
export(spectral_rot_classic)
export(spectral_seven)
export(spectral_six)
export(spectral_ten)
export(spectral_three)
export(spectral_two)
export(split_parser)
export(subsample_dl)
export(subsample_pairwise_aris)
export(summarize_clust_fns_list)
export(summarize_dfl)
export(summarize_dl)
export(summary_features)
export(train_test_assign)
export(uids)
export(validate_solutions_df)
export(var_manhattan_plot)
export(weights_matrix)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(progressr,with_progress)