forked from metabaRfactory/metabaR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
71 lines (70 loc) · 1.82 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
# Generated by roxygen2: do not edit by hand
export(FUN_agg_motus_sum)
export(FUN_agg_pcrs_mean)
export(FUN_agg_pcrs_prob)
export(FUN_agg_pcrs_sum)
export(FUN_pcrdist_bray_freq)
export(FUN_pcrdist_coa_freq)
export(aggregate_motus)
export(aggregate_pcrs)
export(biomfiles_to_metabarlist)
export(check_metabarlist)
export(check_pcr_repl)
export(check_pcr_thresh)
export(contaslayer)
export(extract_table)
export(fasta_generator)
export(gghill_rarefaction)
export(ggpcrplate)
export(ggpcrtag)
export(ggtaxplot)
export(hill_rarefaction)
export(metabarlist_generator)
export(obifiles_to_metabarlist)
export(pcr_threshold_estimate)
export(pcr_within_between)
export(pcrslayer)
export(read_ngsfilter)
export(silva_annotator)
export(silva_annotator_deprec)
export(subset_metabarlist)
export(summary_metabarlist)
export(tabfiles_to_metabarlist)
export(tagjumpslayer)
export(taxodecider)
export(taxoparser)
import(ade4)
import(ggplot2)
import(reshape2)
import(vegan)
importFrom(biomformat,biom_data)
importFrom(biomformat,observation_metadata)
importFrom(biomformat,read_biom)
importFrom(biomformat,sample_metadata)
importFrom(cowplot,ggdraw)
importFrom(cowplot,insert_xaxis_grob)
importFrom(cowplot,insert_yaxis_grob)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(igraph,V)
importFrom(igraph,get.data.frame)
importFrom(igraph,get.vertex.attribute)
importFrom(igraph,graph)
importFrom(igraph,layout.reingold.tilford)
importFrom(seqinr,read.fasta)
importFrom(stats,aggregate)
importFrom(stats,cmdscale)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,xtabs)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,read.table)
importFrom(vegan,cca)
importFrom(vegan,diversity)
importFrom(vegan,rrarefy)
importFrom(vegan,vegdist)