module.report.otu - RCChan5/BioLockJ GitHub Wiki
OTU report modules
Modules in the biolockj.module.report sub-pakcage normalize ParserModule output, merge the OTU tables with the metadata, or process OTU tables.
CompileOtuCounts
#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
RarefyOtuCounts
#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
RemoveLowOtuCounts
#BioModule biolockj.module.report.otu.RemoveLowOtuCounts
Description: Removes OTUs with counts below report.minCount.
- report.minCount
- report.numHits
RemoveScarceOtuCounts
#BioModule biolockj.module.report.otu.RemoveScarceOtuCounts
Description: Removes OTUs that are not found in enough samples.
- report.scarceCountCutoff