Compute confidence intervals for the TXI using bootstrapped TXI values.
TXI_conf_int(phyex_set, probs = c(0.025, 0.975))A tibble with first column Identity names, second column lower bound, third column upper bound
A BulkPhyloExpressionSet object
Numeric vector of probabilities for the confidence interval (default: c(0.025, 0.975))
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.