-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
68 lines (67 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
export("%<>%")
export("%>%")
export("%nin%")
export(BubblePlotly)
export(DimPlotly)
export(DimPlotly3d)
export(Feature2Plotly)
export(Feature2Plotly3D)
export(FeaturePlotly)
export(FeaturePlotly3D)
export(GOBubblePlotly)
export(GetFeatureValues)
export(PercentAbove)
export(PrepDr)
export(PrepInfo)
export(PrepPalette)
export(PrepQuantitativePalette)
export(retrieveGO)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(Seurat,Embeddings)
importFrom(Seurat,FetchData)
importFrom(Seurat,Idents)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useMart)
importFrom(compositions,normalize)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(glue,glue)
importFrom(grDevices,colorRampPalette)
importFrom(gtools,mixedsort)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(paletteer,paletteer_c)
importFrom(paletteer,paletteer_d)
importFrom(paletteer,paletteer_dynamic)
importFrom(plotly,add_markers)
importFrom(plotly,add_trace)
importFrom(plotly,colorbar)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(purrr,compose)
importFrom(purrr,map_chr)
importFrom(stats,median)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_remove)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(tidyr,unite)
importFrom(utils,globalVariables)