Package | Description |
---|---|
biolockj.module.report.taxa |
Modifier and Type | Class and Description |
---|---|
class |
AddMetadataToTaxaTables
This BioModule is used to add metadata columns to the OTU abundance tables.
|
class |
LogTransformTaxaTables
This utility is used to log-transform the raw OTU counts on Log10 or Log-e scales.
|
class |
NormalizeTaxaTables
This utility is used to normalize and/or log-transform the raw OTU counts using the formulas:
Normalized OTU count formula = (RC/n)*((SUM(x))/N)+1
Relative abundance formula = Log(log_base) [ (RC/n)*((SUM(x))/N)+1 ]
The code implementation supports (log_base = e) and (log_base = 10) which is configured via
Constants.REPORT_LOG_BASE property. |