-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
94 lines (93 loc) · 2.4 KB
/
NAMESPACE
File metadata and controls
94 lines (93 loc) · 2.4 KB
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
# Generated by roxygen2: do not edit by hand
export("%wo%")
export(arc_sine)
export(asterix)
export(avg_alpha)
export(check_primer_hits)
export(check_var)
export(cld_dunn)
export(cld_hsd)
export(clear_warnings)
export(comb)
export(comp_assemble)
export(comp_comparisons)
export(comp_make_f_tests)
export(comp_means_sd)
export(comp_prepare_otu_table)
export(comp_prepare_phyloseq)
export(deg2rad)
export(format_taxon)
export(generate_password)
export(get_groups)
export(get_plot_limits)
export(goods)
export(hash_dna_seqs)
export(log_arc_sine)
export(make_comparisons)
export(make_letter_assignments)
export(merge_2_frames)
export(ord_labels)
export(pca_labels)
export(perm)
export(plot_transition_stats)
export(prop_filter)
export(rad2deg)
export(rda_labels)
export(root_phyloseq_tree)
export(se)
export(sqrt_arc_sine)
export(srs_p)
export(subset_by_refseq_lengths)
export(subset_dist)
export(vegan_stand)
export(veganotu)
export(vegansam)
importClassesFrom(phyloseq,otu_table)
importFrom(Biostrings,DNAString)
importFrom(Biostrings,complement)
importFrom(Biostrings,reverse)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,vcountPattern)
importFrom(Rcpp,sourceCpp)
importFrom(SRS,SRS)
importFrom(ShortRead,readFastq)
importFrom(ShortRead,sread)
importFrom(agricolae,HSD.test)
importFrom(ape,Ntip)
importFrom(dada2,filterAndTrim)
importFrom(data.table,data.table)
importFrom(dplyr,arrange)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(insect,hash)
importFrom(magrittr,"%>%")
importFrom(multcompView,multcompLetters)
importFrom(phyloseq,nsamples)
importFrom(phyloseq,otu_table)
importFrom(phyloseq,phy_tree)
importFrom(phyloseq,prune_taxa)
importFrom(phyloseq,sample_data)
importFrom(phyloseq,sample_names)
importFrom(phyloseq,sample_sums)
importFrom(phyloseq,sample_variables)
importFrom(phyloseq,tax_glom)
importFrom(phyloseq,tax_table)
importFrom(phyloseq,taxa_are_rows)
importFrom(phyloseq,taxa_names)
importFrom(phyloseq,taxa_sums)
importFrom(phyloseq,transform_sample_counts)
importFrom(stats,as.dist)
importFrom(stats,fligner.test)
importFrom(stats,na.exclude)
importFrom(stats,oneway.test)
importFrom(stats,pairwise.t.test)
importFrom(stats,sd)
importFrom(stringr,str_split_1)
importFrom(stringr,str_trim)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(vegan,decostand)
useDynLib(QsRutils, .registration = TRUE)