-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
executable file
·174 lines (173 loc) · 4.57 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,mbquant)
export(align_long_reads)
export(align_short_reads)
export(annotate_contigs)
export(annotate_silva)
export(as_phyloseq)
export(association)
export(bin_coverage)
export(bracken_to_phyloseq)
export(combinatorial_association)
export(config_align)
export(config_association)
export(config_chimera)
export(config_count)
export(config_coverage)
export(config_demultiplex)
export(config_denoise)
export(config_layout)
export(config_power)
export(config_preprocess)
export(config_reference)
export(config_rep)
export(config_slimm)
export(config_sra)
export(count_references)
export(demultiplex)
export(denoise)
export(discretize)
export(download_files)
export(download_sra)
export(filter_counts)
export(filter_reference)
export(find_read_files)
export(find_taxa)
export(layout)
export(merge_transcripts)
export(mock_plot)
export(mockrobiota)
export(mothur_to_dada)
export(normalize)
export(orlitsky)
export(plot_bb_fits)
export(plot_counts)
export(plot_entropy)
export(plot_lengths)
export(plot_qualities)
export(plot_taxa)
export(power_analysis)
export(preprocess)
export(quality_control)
export(quality_profile)
export(read_bam)
export(read_blast)
export(reads_to_phyloseq)
export(remove_chimeras)
export(replication_rates)
export(select)
export(silva_build_taxonomy)
export(slimm)
export(slimm_files)
export(sra_submission)
export(standardize)
export(taxa_count)
export(taxa_metrics)
export(taxa_quants)
export(types)
export(with_classification)
import(ShortRead)
import(futile.logger)
import(ggplot2)
import(phyloseq)
importFrom(Biostrings,BStringSet)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,fasta.index)
importFrom(Biostrings,fastq.geometry)
importFrom(Biostrings,readAAStringSet)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,writeXStringSet)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,lfcShrink)
importFrom(DESeq2,results)
importFrom(DESeq2,resultsNames)
importFrom(DESeq2,sizeFactors)
importFrom(GenomicAlignments,coverage)
importFrom(GenomicAlignments,readGAlignments)
importFrom(Hmisc,cut2)
importFrom(Rcpp,sourceCpp)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,yieldSize)
importFrom(ShortRead,qa)
importFrom(ShortRead,writeFastq)
importFrom(dada2,addSpecies)
importFrom(dada2,assignTaxonomy)
importFrom(dada2,dada)
importFrom(dada2,filterAndTrim)
importFrom(dada2,getUniques)
importFrom(dada2,learnErrors)
importFrom(dada2,mergeSequenceTables)
importFrom(dada2,plotErrors)
importFrom(dada2,removeBimeraDenovo)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,frollmean)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,tstrsplit)
importFrom(data.table,uniqueN)
importFrom(digest,digest)
importFrom(futile.logger,flog.warn)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,xlab)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(pbapply,pbapply)
importFrom(pbapply,pblapply)
importFrom(pbapply,pbsapply)
importFrom(phyloseq,otu_table)
importFrom(phyloseq,sample_data)
importFrom(phyloseq,tax_table)
importFrom(scales,percent)
importFrom(stats,anova)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,glm)
importFrom(stats,influence)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_trim)
importFrom(stringr,str_trunc)
importFrom(tools,file_path_sans_ext)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,tar)
importFrom(zoo,rollapply)
useDynLib(mbtools, .registration = TRUE)