-
Notifications
You must be signed in to change notification settings - Fork 15
module.report.otu
Modules in the biolockj.module.report sub-pakcage normalize ParserModule output, merge the OTU tables with the metadata, or process OTU tables.
#BioModule biolockj.module.report.otu.CompileOtuCounts
Description: Compiles the counts from all OTU count files into a single summary OTU count file containing OTU counts for the entire dataset.
Options: none
#BioModule biolockj.module.report.otu.RarefyOtuCounts
Description: Applies a mean iterative post-OTU classification rarefication algorithm so that each output sample will have approximately the same number of OTUs.
- rarefyOtuCounts.iterations
- rarefyOtuCounts.lowAbundantCutoff
- rarefyOtuCounts.quantile
- rarefyOtuCounts.removeSamplesBelowQuantile
#BioModule biolockj.module.report.otu.RemoveLowOtuCounts
Description: Removes OTUs with counts below report.minCount.
- report.minCount
- report.numHits
#BioModule biolockj.module.report.otu.RemoveScarceOtuCounts
Description: Removes OTUs that are not found in enough samples.
- report.scarceCountCutoff
BioLockJ: data-wrangling done right.
Getting Started
Dependencies
Installation
Configuration
Commands
Example Pipeline
Failure Recovery
Validation
Building Modules
API
FAQ
Sequence Processing Modules
AwkFastaConverter
Gunzipper
KneadDataSanitizer
Multiplexer
PearMergeReads
RarefySeqs
SeqFileValidator
TrimPrimers
Classifier Modules
for whole genome sequences
Humann2Classifier
KrakenClassifier
Kraken2Classifier
Metaphlan2Classifier
for 16S sequences
QiimeClosedRefClassifier
QiimeDeNovoClassifier
QiimeOpenRefClassifier
RdpClassifier
Report Modules
general
Email
JsonReport
for otu tables
CompileOtuCounts
RarefyOtuCounts
RemoveLowOtuCounts
RemoveScarceOtuCounts
for taxa tables
AddMetadataToOtuTables
BuildTaxaTables
LogTransformTaxaTables
NormalizeTaxaTables
for pathway tables
AddMetadataToPathwayTables
RemoveLowPathwayCounts
RemoveScarcePathwayCounts
for statistics and visualization
R_CalculateStats
R_PlotEffectSize
R_PlotMds
R_PlotOtus
R_PlotPvalHistograms