-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
export(classifyHVGs)
export(findVariableFeaturesBayes)
export(theme_bayesHVG)
import(cmdstanr)
import(magrittr)
importFrom(BiocGenerics,counts)
importFrom(S4Vectors,DataFrame)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,VariableFeatures)
importFrom(SeuratObject,Version)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,rowData)
importFrom(brms,bf)
importFrom(brms,brm)
importFrom(brms,negbinomial)
importFrom(brms,set_prior)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,with_groups)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(parallel,detectCores)
importFrom(posterior,as_draws_df)
importFrom(rlang,sym)
importFrom(stats,quantile)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(withr,with_output_sink)