-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
70 lines (69 loc) · 1.85 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
# Generated by roxygen2: do not edit by hand
export(add_refseq)
export(aggregate_top_taxa2)
export(dominant_taxa)
export(find_samples_taxa)
export(format_to_besthit)
export(get_group_abundances)
export(get_microbiome_data)
export(get_tibble)
export(join_otu_tax)
export(list_microbiome_data)
export(make_pairs)
export(percent_classified)
export(phy_to_ldf)
export(plasticity)
export(plot_abund_prev)
export(plot_alpha_diversities)
export(plot_alpha_rcurve)
export(plot_area)
export(plot_diversity_stats)
export(plot_listed_taxa)
export(plot_ordination_utils)
export(plot_ordiplot_core)
export(plot_paired_abundances)
export(plot_read_distribution)
export(plot_select_taxa)
export(plot_spaghetti)
export(plot_taxa_boxplot)
export(plot_taxa_composition)
export(plot_taxa_cv)
export(plot_taxa_heatmap)
export(prep_ternary)
export(print_ps)
export(simple_heatmap)
export(taxa_distribution)
export(taxa_summary)
export(theme_biome_utils)
exportMethods(peak_abundance)
exportMethods(peak_base)
exportMethods(peak_sample)
exportMethods(peak_taxonomy)
import(dplyr)
import(ggplot2)
import(microbiome)
import(phyloseq)
import(tidyr)
import(utils)
importFrom(Biostrings,DNAStringSet)
importFrom(RColorBrewer,brewer.pal)
importFrom(gghalves,geom_half_violin)
importFrom(ggpubr,facet)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,ggstripchart)
importFrom(ggpubr,ggviolin)
importFrom(ggpubr,rotate_x_text)
importFrom(ggpubr,stat_compare_means)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,hist)
importFrom(microbiome,abundances)
importFrom(pheatmap,pheatmap)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)