Description Usage Arguments Author(s) Examples
This function computes the partial TAI
or TDI
values for all Phylostrata or Divergence Strata.
1 | pStrata(ExpressionSet)
|
ExpressionSet |
a standard PhyloExpressionSet or DivergenceExpressionSet object. |
Hajk-Georg Drost
1 2 3 4 5 6 7 8 9 10 | data(PhyloExpressionSetExample)
# compute partial TAI values for each Phylostratum
partialStrata <- pStrata(PhyloExpressionSetExample)
# show that colSums of pStrata is equavalent to the TAI values
all.equal(colSums(partialStrata),TAI(PhyloExpressionSetExample))
# show that colSums of pStrata is equavalent to colSums of pMatrix(PhyloExpressionSetExample)
all.equal(colSums(partialStrata),colSums(pMatrix(PhyloExpressionSetExample)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.