-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
35 lines (34 loc) · 943 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
# Generated by roxygen2: do not edit by hand
export(assign_cells)
export(compute_marker_enrichment)
export(compute_markers)
export(compute_umap)
export(convert_to_cpm)
export(design_matrix)
export(export_markers)
export(export_markers_by_cell_type)
export(export_markers_by_group)
export(export_markers_for_cell_type)
export(export_meta_markers)
export(export_meta_markers_by_cell_type)
export(get_cell_type)
export(get_group)
export(get_pareto_markers)
export(make_meta_markers)
export(marker_list_to_matrix)
export(marker_table_to_matrix)
export(plot_assignments)
export(plot_marker_expression)
export(plot_marker_scores)
export(plot_pareto_markers)
export(plot_pareto_summary)
export(read_markers)
export(read_meta_markers)
export(remove_duplicated_genes)
export(score_cells)
export(summarize_auroc)
export(summarize_fold_change)
export(summarize_precision_recall)
importFrom(data.table,.N)
importFrom(dplyr,"%>%")
importFrom(rlang,.data)