-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
66 lines (65 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
export(estimate_hopping_rate)
export(get_h5_filenames)
export(join_data)
export(make_plots)
export(phantom_purger)
export(plot_fit)
export(plot_molecules_distributions)
export(plot_tor)
export(plot_tradeoff)
export(purge_phantoms)
export(read10xMolInfoSamples)
import(cowplot)
import(data.table)
import(ggplot2)
import(tictoc)
importFrom(DropletUtils,makeCountMatrix)
importFrom(DropletUtils,read10xMolInfo)
importFrom(broom,confint_tidy)
importFrom(broom,tidy)
importFrom(dplyr,add_tally)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,summarize_at)
importFrom(dplyr,tally)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(furrr,future_map)
importFrom(furrr,future_pmap_dfr)
importFrom(matrixStats,rowCounts)
importFrom(matrixStats,rowSums2)
importFrom(purrr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap_dbl)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(scales,scientific)
importFrom(stringr,str_c)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,data)