-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
36 lines (35 loc) · 899 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(adaptative_threshold_otu)
export(ctrl_samples_stats)
export(get_taxa_nomy)
export(id2hash)
export(multiple_rrarefy)
export(plot_krona)
export(plot_mv)
export(plot_pie)
export(plot_pie_vector)
export(plot_pie_with_legend)
export(plot_sparsity)
export(plot_violin)
export(relative_abd_without_specific_sample)
export(relative_abundance)
export(rename_otu)
export(sample_prev)
export(sample_stats)
export(subset_samples_no_zero)
export(taxa_prev)
export(taxa_stats)
import(ggplot2)
import(phyloseq)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,pie)
importFrom(phyloseq,prune_taxa)
importFrom(phyloseq,subset_samples)
importFrom(phyloseq,taxa_names)
importFrom(phyloseq,taxa_sums)
importFrom(plotrix,floating.pie)
importFrom(stats,aggregate)
importFrom(stats,var)
importFrom(utils,browseURL)
importFrom(utils,write.table)