-
Notifications
You must be signed in to change notification settings - Fork 15
module.report
Modules in the biolockj.module.report package process ParserModule output, merge the OTU tables with the metadata, and can generate various reports and notifications.
This package contains the following sub-packages:
- module.report.otu contains modules designed to produce or process otu tables.
- module.report.taxa contains modules designed to produce or process taxa tables.
- module.report.r contains modules that use R to generate statistics and/or visualizations.
- module.report.humann2 contains modules designed to produce or process pathway tables.
#BioModule biolockj.module.report.Email
Description: Notify user pipeline is complete by emailing out the pipeline summary.
- mail.encryptedPassword
- mail.from
- mail.smtp.auth
- mail.smtp.host
- mail.smtp.port
- mail.smtp.starttls.enable
- mail.to
#BioModule biolockj.module.report.JsonReport
Description: This module builds a JSON file from the ParserModule output.
- report.logBase
- report.taxonomyLevels
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