-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
51 lines (50 loc) · 1.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
# Generated by roxygen2: do not edit by hand
export(.get_mean_ratio2)
export(create_cell_colors)
export(fetch_deconvo_data)
export(findMarkers_1vAll)
export(get_mean_ratio)
export(make_test_sce)
export(plot_composition_bar)
export(plot_gene_express)
export(plot_marker_express)
export(plot_marker_express_ALL)
export(plot_marker_express_List)
import(BiocFileCache)
import(ExperimentHub)
importFrom(AnnotationHub,query)
importFrom(RColorBrewer,brewer.pal)
importFrom(S4Vectors,DataFrame)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,colData)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(matrixStats,rowMedians)
importFrom(methods,is)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rafalib,splitit)
importFrom(scran,findMarkers)
importFrom(spatialLIBD,fetch_data)
importFrom(stats,rpois)
importFrom(stringr,str_pad)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(utils,head)