This function performs transformation of phylostratum values.
Details
This function transforms the phylostratum assignment.
The return value of this function is a PhyloExpressionSet object with
transformed phylostratum tfPhylostratum
as the first column, satisfying
is.ExpressionSet
. Note that the input transform
must be an
available function, currently limited to only "qr"
(or "quantilerank"
).
Examples
# source the example dataset
data(PhyloExpressionSetExample)
# get the relative expression profiles for each phylostratum
tfPES <- tfPS(PhyloExpressionSetExample, transform = "qr")
#> Error in tfPS(PhyloExpressionSetExample, transform = "qr"): could not find function "tfPS"
head(tfPES)
#> Error: object 'tfPES' not found