Apply a transformation function to the expression counts in a PhyloExpressionSet.
transform_counts(
phyex_set,
FUN,
FUN_name = deparse(substitute(FUN)),
new_name = NULL,
...
)A PhyloExpressionSet object with transformed expression data
A PhyloExpressionSet object
Function to apply
Name of the transformation function (optional)
Name for the new dataset (optional)
Additional arguments passed to FUN