-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
143 lines (142 loc) · 4.11 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Generated by roxygen2: do not edit by hand
S3method(plot,sccomp_tbl)
S3method(sccomp_calculate_residuals,sccomp_tbl)
S3method(sccomp_estimate,DFrame)
S3method(sccomp_estimate,Seurat)
S3method(sccomp_estimate,SingleCellExperiment)
S3method(sccomp_estimate,data.frame)
S3method(sccomp_glm,DFrame)
S3method(sccomp_glm,Seurat)
S3method(sccomp_glm,SingleCellExperiment)
S3method(sccomp_glm,data.frame)
S3method(sccomp_predict,sccomp_tbl)
S3method(sccomp_proportional_fold_change,sccomp_tbl)
S3method(sccomp_remove_outliers,sccomp_tbl)
S3method(sccomp_remove_unwanted_variation,sccomp_tbl)
S3method(sccomp_replicate,sccomp_tbl)
S3method(sccomp_test,sccomp_tbl)
S3method(simulate_data,tbl)
export(get_output_samples)
export(plot_1D_intervals)
export(plot_2D_intervals)
export(sccomp_boxplot)
export(sccomp_calculate_residuals)
export(sccomp_estimate)
export(sccomp_predict)
export(sccomp_proportional_fold_change)
export(sccomp_remove_outliers)
export(sccomp_remove_unwanted_variation)
export(sccomp_replicate)
export(sccomp_test)
export(simulate_data)
import(dplyr)
import(ggplot2)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,counts)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,cummean)
importFrom(dplyr,distinct)
importFrom(dplyr,distinct_at)
importFrom(dplyr,enquo)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,with_groups)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggrepel,geom_text_repel)
importFrom(glue,glue)
importFrom(instantiate,stan_cmdstan_exists)
importFrom(instantiate,stan_package_compile)
importFrom(instantiate,stan_package_model)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,is_present)
importFrom(magrittr,"%$%")
importFrom(magrittr,divide_by)
importFrom(magrittr,equals)
importFrom(magrittr,extract2)
importFrom(magrittr,multiply_by)
importFrom(magrittr,set_rownames)
importFrom(magrittr,subtract)
importFrom(parallel,detectCores)
importFrom(patchwork,wrap_plots)
importFrom(purrr,as_mapper)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfc)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(purrr,when)
importFrom(readr,read_file)
importFrom(readr,type_convert)
importFrom(readr,write_file)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,ensym)
importFrom(rlang,inform)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbolic)
importFrom(rlang,quo_name)
importFrom(rlang,quo_squash)
importFrom(rlang,set_names)
importFrom(scales,trans_new)
importFrom(stats,C)
importFrom(stats,as.formula)
importFrom(stats,model.matrix)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand_grid)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,nesting)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,last_col)
importFrom(utils,data)
importFrom(utils,install.packages)
importFrom(utils,menu)