S7 class extending TestResult for conservation-specific test results, including TXI profiles and null distributions.
ConservationTestResult(
method_name = stop("@method_name is required"),
test_stat = stop("@test_stat is required"),
fitting_dist = stop("@fitting_dist is required"),
params = stop("@params is required"),
alternative = "two-sided",
null_sample = stop("@null_sample is required"),
data_name = character(0),
p_label = "p_val",
test_txi = stop("@test_txi is required"),
null_txis = stop("@null_txis is required"),
modules = list()
)A ConservationTestResult object
Character string specifying the statistical test method
Numeric value of the test statistic
Character string specifying the fitted distribution
Named list of distribution parameters
Character string specifying the alternative hypothesis
Numeric vector of null distribution values
Character string describing the data
Character string for p-value label
Numeric vector of observed TXI values
Matrix of null TXI distributions from permutations
Optional list of developmental modules used in the test
ConservationTestResult extends TestResult with phylotranscriptomic-specific information including the observed TXI profile and null TXI distributions generated by permutation testing.