Learn R Programming

myTAI (version 2.3.4)

TXI_conf_int: Confidence Intervals for Transcriptomic Index (TXI)

Description

Compute confidence intervals for the TXI using bootstrapped TXI values.

Usage

TXI_conf_int(phyex_set, probs = c(0.025, 0.975))

Value

A tibble with first column Identity names, second column lower bound, third column upper bound

Arguments

phyex_set

A BulkPhyloExpressionSet object

probs

Numeric vector of probabilities for the confidence interval (default: c(0.025, 0.975))

Details

This function returns confidence intervals for the TXI for each identity (sample or group), based on the bootstrapped TXI values stored in the PhyloExpressionSet object.