-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(add_cell_ids)
export(add_h5_list_adt_results)
export(add_h5_list_hash_results)
export(add_h5_transposed_matrix)
export(add_well_metadata)
export(cat_h5_list)
export(choose_chunk_size)
export(choose_integer_bits)
export(convert_char_na)
export(convert_char_na_recursive)
export(get_list_path)
export(h5_attr_list)
export(h5_list_add_dgCMatrix)
export(h5_list_add_mito_umis)
export(h5_list_cell_metadata)
export(h5_list_convert_from_dgCMatrix)
export(h5_list_convert_to_dgCMatrix)
export(h5_list_transpose)
export(h5dims)
export(h5dump)
export(h5exists)
export(h5ls)
export(qc_aligned_barplot)
export(qc_cutoff_barplot)
export(qc_flip)
export(qc_frac_hist_plot)
export(qc_hist_plot)
export(qc_scatter_plot)
export(qc_stacked_barplot)
export(qc_table)
export(qc_violin_plot)
export(read_h5_cell_meta)
export(read_h5_dgCMatrix)
export(read_h5_feature_meta)
export(read_h5_sce)
export(read_h5_seurat)
export(read_h5ad_cell_meta)
export(read_h5ad_dgCMatrix)
export(read_h5ad_feature_meta)
export(read_tenx_metrics)
export(reduce_h5_list)
export(set_list_path)
export(split_h5_list_by_hash)
export(stm)
export(strip_1d_array_recursive)
export(subset_h5_list_by_observations)
export(varibow)
export(write_h5_list)
importFrom(rlang,"!!")
importFrom(rlang,parse_expr)