-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
62 lines (61 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
export(format_phyloseq)
export(format_to_besthit)
export(get_microbiome_data)
export(list_microbiome_data)
export(microbiome_pipeline)
export(percent_classified)
export(phy_to_ldf)
export(plot_read_distribution)
export(plot_alpha_diversities)
export(plot_ordiplot_core)
export(plot_select_taxa)
export(plot_taxa_boxplot)
export(plot_taxa_composition)
export(plot_taxa_cv)
export(plot_taxa_heatmap)
import(RColorBrewer)
import(dplyr)
import(ggplot2)
import(ggpubr)
import(ggrepel)
import(microbiome)
import(pheatmap)
import(phyloseq)
import(tidyr)
import(utils)
import(viridis)
importFrom(data.table,data.table)
importFrom(grDevices,colorRampPalette)
importFrom(reshape2,melt)
importFrom(scales,manual_pal)
importFrom(stats,TukeyHSD)
importFrom(stats,aggregate)
importFrom(stats,aov)
importFrom(stats,as.dist)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,frequency)
importFrom(stats,hclust)
importFrom(stats,kernel)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,loess.control)
importFrom(stats,median)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,time)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(tibble,rownames_to_column)