Learn R Programming

myTAI (version 2.3.4)

TXI: Calculate Transcriptomic Index (TXI)

Description

Calculate the transcriptomic index values for a PhyloExpressionSet. This function provides backward compatibility with the old TXI() function.

Usage

TXI(phyex_set)

Value

Numeric vector of TXI values for each identity

Arguments

phyex_set

A PhyloExpressionSet object

Examples

Run this code
# Calculate TXI values
txi_values <- TXI(example_phyex_set)

Run the code above in your browser using DataLab