Galaxy | Tool Preview

qiime composition add-pseudocount (version 2019.4)

Add pseudocount to table

Increment all counts in table by pseudocount.

Parameters

table : FeatureTable[Frequency]
The feature table to which pseudocounts should be added.
pseudocount : Int, optional
The value to add to all counts in the feature table.

Returns

composition_table : FeatureTable[Composition]
The resulting feature table.