-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
S3method(calibrate,matrix)
S3method(calibrate,otu_table)
S3method(calibrate,phyloseq)
S3method(coef,mc_bias_fit)
S3method(estimate_bias,matrix)
S3method(estimate_bias,otu_table)
S3method(estimate_bias,phyloseq)
S3method(fitted,mc_bias_fit)
S3method(mean_efficiency,matrix)
S3method(mean_efficiency,mc_bias_fit)
S3method(mean_efficiency,otu_table)
S3method(mean_efficiency,phyloseq)
S3method(pairwise_ratios,default)
S3method(pairwise_ratios,matrix)
S3method(pairwise_ratios,otu_table)
S3method(pairwise_ratios,phyloseq)
S3method(perturb,matrix)
S3method(perturb,mc_bias_fit)
S3method(perturb,otu_table)
S3method(perturb,phyloseq)
S3method(print,mc_bias_fit)
S3method(print,mc_bias_fit_summary)
S3method(residuals,mc_bias_fit)
S3method(summary,mc_bias_fit)
export(anorm)
export(as_matrix)
export(bootrep_center)
export(build_matrix)
export(calibrate)
export(center)
export(center_elts)
export(close_elts)
export(clr)
export(compute_ratios)
export(cooccurrence_components)
export(cooccurrence_matrix)
export(cooccurrence_network)
export(corner)
export(estimate_bias)
export(gm)
export(gm_abs)
export(gm_mean)
export(gm_range)
export(gm_sd)
export(logit)
export(mean_efficiency)
export(mutate_by)
export(odds)
export(pairwise_ratios)
export(perturb)
export(xydist)
importClassesFrom(phyloseq,otu_table)
importClassesFrom(phyloseq,phyloseq)
importFrom(magrittr,"%>%")
importFrom(phyloseq,"otu_table<-")
importFrom(phyloseq,"sample_data<-")
importFrom(phyloseq,nsamples)
importFrom(phyloseq,ntaxa)
importFrom(phyloseq,otu_table)
importFrom(phyloseq,prune_taxa)
importFrom(phyloseq,sample_data)
importFrom(phyloseq,sample_names)
importFrom(phyloseq,sample_sums)
importFrom(phyloseq,t)
importFrom(phyloseq,taxa_are_rows)
importFrom(phyloseq,taxa_names)
importFrom(useful,corner)