-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
128 lines (127 loc) · 2.83 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(add_absolute_abundance)
export(add_alpha)
export(add_alphas)
export(add_clr_abundance)
export(add_codifab)
export(add_copca)
export(add_density)
export(add_eigentaxa)
export(add_jervis_bardy)
export(add_logratio)
export(add_mean_rel_abundance)
export(add_metadata)
export(add_ord)
export(add_prevalence)
export(add_rel_abundance)
export(add_sample_clustered)
export(add_spike_ratio)
export(add_taxon_name)
export(add_taxon_name_color)
export(add_total_absolute_abundance)
export(add_total_count)
export(add_total_density)
export(add_tree)
export(aggregate_samples)
export(aggregate_taxa)
export(align_lda_topics)
export(as_label)
export(as_name)
export(as_phyloseq)
export(betas)
export(calculate_lda_perplexities)
export(calculate_unifrac_distances)
export(classify_taxa)
export(cluster_network)
export(cluster_samples)
export(cluster_taxa)
export(counts)
export(counts_matrix)
export(counts_tidy)
export(create_tidytacos)
export(enquo)
export(enquos)
export(everything)
export(filter_counts)
export(filter_network)
export(filter_samples)
export(filter_taxa)
export(from_dada)
export(from_phyloseq)
export(ldaplot_alignment)
export(ldaplot_beta)
export(mean_rel_abundances)
export(merge_tidytacos)
export(mutate_counts)
export(mutate_samples)
export(mutate_taxa)
export(network)
export(perform_adonis)
export(perform_anosim)
export(perform_lda)
export(perform_mantel_test)
export(prevalences)
export(rank_names)
export(rarefy)
export(read_tidytacos)
export(rel_abundance_matrix)
export(remove_duplicate_samples)
export(remove_empty_samples)
export(reset_ids)
export(samples)
export(select_counts)
export(select_samples)
export(select_taxa)
export(set_rank_names)
export(tacoplot_alphas)
export(tacoplot_codifab)
export(tacoplot_euler)
export(tacoplot_ord)
export(tacoplot_ord_ly)
export(tacoplot_prevalences)
export(tacoplot_scree)
export(tacoplot_stack)
export(tacoplot_stack_ly)
export(tacoplot_venn)
export(tacoplot_venn_ly)
export(tacoplot_zoom)
export(tacosum)
export(taxa)
export(taxonlist_per_condition)
export(test_taco)
export(to_biom)
export(to_fasta)
export(trim_asvs)
export(write_tidytacos)
import(dplyr)
import(ggplot2)
import(stringr)
import(tidyr)
import(vegan)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(stats,as.formula)
importFrom(stats,cor.test)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,fisher.test)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,t.test)
importFrom(stats,update)
importFrom(stats,wilcox.test)
importFrom(tibble,tibble)