-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
69 lines (68 loc) · 1.89 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
# Generated by roxygen2: do not edit by hand
export(add_annotated_clustering)
export(add_annotation_by_cluster_annotation_mapping_df)
export(add_clustering)
export(add_clustering_markers)
export(add_col_attr)
export(add_embedding)
export(add_embedding_from_dyno)
export(add_fbgn)
export(add_global_attr)
export(add_hierarchy)
export(add_regulons)
export(add_regulons_AUC)
export(add_row_attr)
export(add_scenic_regulons)
export(add_scenic_regulons_auc_matrix)
export(add_seurat_clustering)
export(build_loom)
export(chunk_points)
export(close_loom)
export(convert_to_loom_v3_spec)
export(create_cluster_annotation)
export(create_hierarchy)
export(create_trajectory)
export(create_trajectory_from_dyno)
export(create_trajectory_from_monocle)
export(finalize)
export(flush)
export(get_all_cluster_markers)
export(get_cell_annotation)
export(get_cell_ids)
export(get_cluster_dgem_by_name)
export(get_cluster_info_by_cluster_name)
export(get_cluster_info_by_id)
export(get_cluster_markers)
export(get_cluster_names)
export(get_clustering_by_id)
export(get_clusterings)
export(get_clusterings_with_name)
export(get_col_attr_by_key)
export(get_default_embedding)
export(get_dgem)
export(get_dtype)
export(get_embedding_by_name)
export(get_embeddings)
export(get_genes)
export(get_global_attr)
export(get_global_md_clustering_by_id)
export(get_global_md_clustering_by_name)
export(get_global_md_clustering_info_by_name)
export(get_global_meta_data)
export(get_next_embedding_id)
export(get_regulon_thresholds)
export(get_regulons)
export(get_regulons_AUC)
export(get_row_attr_by_key)
export(get_seurat_clustering_resolutions)
export(hierarchy_exists)
export(init_global_md_embeddings)
export(init_global_meta_data)
export(list_clusterings_names)
export(lookup_all_global_attr)
export(lookup_loom)
export(open_loom)
export(remove_col_attr)
export(remove_row_attr)
export(update_cluster_descriptions_by_cluster_annotation_mapping_df)
import(hdf5r)