omitMatrix: Compute TAI or TDI Profiles Omitting a Given Gene

Description Usage Arguments Value Author(s) Examples

Description

For each gene i, exclude the corresponding gene i from the global PhyloExpressionSet or DivergenceExpressionSet and compute the TAI or TDI profile for the corresponding global PhyloExpressionSet or DivergenceExpressionSet with excluded gene i.

This procedure results in a TAI or TDI profile Matrix storing the TAI or TDI profile for each omitted gene i.

Usage

1
omitMatrix(ExpressionSet)

Arguments

ExpressionSet

a standard PhyloExpressionSet or DivergenceExpressionSet object.

Value

a numeric matrix storing TAI or TDI profile for each omitted gene i.

Author(s)

Hajk-Georg Drost

Examples

1
2
3
4
5
6
7
8
9
# read standard phylotranscriptomics data
data(PhyloExpressionSetExample)
data(DivergenceExpressionSetExample)

# example PhyloExpressionSet
omMatrix_ps <- omitMatrix(PhyloExpressionSetExample)

# example DivergenceExpressionSet
omMatrix_ds <- omitMatrix(DivergenceExpressionSetExample)

YTLogos/myTAI documentation built on May 19, 2019, 1:46 a.m.