Learn R Programming

myTAI (version 2.3.4)

transform_counts: Transform Expression Counts in PhyloExpressionSet

Description

Apply a transformation function to the expression counts in a PhyloExpressionSet.

Usage

transform_counts(
  phyex_set,
  FUN,
  FUN_name = deparse(substitute(FUN)),
  new_name = NULL,
  ...
)

Value

A PhyloExpressionSet object with transformed expression data

Arguments

phyex_set

A PhyloExpressionSet object

FUN

Function to apply

FUN_name

Name of the transformation function (optional)

new_name

Name for the new dataset (optional)

...

Additional arguments passed to FUN