-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.84 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(biomeViz_colors)
export(biomeViz_cols)
export(biomeViz_pal)
export(biomeViz_palettes)
export(plotByGroup)
export(plotPCoA)
export(plotScatterViz)
export(plotTaxaRaincloud)
export(plotTidyHeatmap)
export(plotTopAbundant)
export(scale_color_biomeViz)
export(scale_colour_biomeViz_summer)
export(scale_fill_biomeViz)
export(scale_fill_biomeViz_summer)
export(theme_biomViz)
export(theme_biomViz_bw)
export(theme_biomViz_minimal)
importFrom(biomeUtils,getAbundanceTibble)
importFrom(biomeUtils,getSampleTibble)
importFrom(biomeUtils,getTaxaTibble)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(grid,unit)
importFrom(phyloseq,nsamples)
importFrom(phyloseq,ntaxa)
importFrom(phyloseq,rank_names)
importFrom(phyloseq,sample_sums)
importFrom(phyloseq,sample_variables)
importFrom(phyloseq,taxa_names)
importFrom(rlang,sym)
importFrom(scales,manual_pal)
importFrom(stats,reorder)
importFrom(stringr,str_c)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)