-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
87 lines (86 loc) · 2.43 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
# Generated by roxygen2: do not edit by hand
S3method(any_task_errors,benchmark_tbl)
S3method(apply_methods,benchmark_tbl)
S3method(apply_methods,list)
S3method(apply_methods,tbl_df)
S3method(print,fn_arg_seq)
S3method(print,task_error)
S3method(strip_timing,benchmark_timing_tbl)
S3method(summary,benchmark_tbl)
S3method(time_methods,benchmark_timing_tbl)
S3method(time_methods,list)
S3method(unpack_timing,benchmark_timing_tbl)
S3method(vctrs::vec_ptype_abbr,SingleCellExperiment)
S3method(vctrs::vec_ptype_abbr,remote_error)
S3method(vctrs::vec_ptype_abbr,task_error)
export(all_unique)
export(any_task_errors)
export(apply_methods)
export(apply_metrics)
export(arrow_sep)
export(as_pipeline_list)
export(begin_benchmark)
export(cache_method)
export(cellbench_case_study)
export(cellbench_file)
export(clear_cached_datasets)
export(clear_cellbench_cache)
export(collapse_pipeline)
export(data_list)
export(filter_zero_genes)
export(fn_arg_seq)
export(fn_list)
export(is.task_error)
export(is_all_of)
export(is_one_of)
export(keep_high_count_cells)
export(keep_high_count_genes)
export(keep_high_var_genes)
export(load_all_data)
export(load_cell_mix_data)
export(load_mrna_mix_data)
export(load_sc_data)
export(mhead)
export(pipeline_collapse)
export(sample_cells)
export(sample_genes)
export(set_cellbench_bpparam)
export(set_cellbench_cache_path)
export(set_cellbench_threads)
export(split_step)
export(strip_timing)
export(time_methods)
export(unpack_timing)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfcadd)
importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcrpath)
importFrom(BiocGenerics,updateObject)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpnworkers)
importFrom(BiocParallel,bptry)
importFrom(assertthat,assert_that)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(lubridate,as.duration)
importFrom(lubridate,seconds)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,set_names)
importFrom(methods,is)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(rappdirs,user_cache_dir)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,exprs)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(tibble,tibble)
importFrom(tidyselect,all_of)
importFrom(utils,browseURL)