print_DEtime: Print the results from DEtime function

View source: R/print_DEtime.R

print_DEtimeR Documentation

Print the results from DEtime function

Description

The function prints the results returned from DEtime_infer function, which will show the gene_ID associated with MAP, mean, median, ptl5 (lower 5 percentile) and ptl95 (upper 5 percentile) of the posterior distribution of inferred perturbation time points.

Usage

print_DEtime(DEtimeOutput)

Arguments

DEtimeOutput

The returned value from DEtime_infer function

Value

A table where the associated gene_ID, MAP, mean, median, 5 percentile and 95 percentile of the posterior distrbution of inferred perturbation time points are listed for each gene.

See Also

DEtime_infer plot_DEtime

Examples

data(SimulatedData)
res <- DEtime_infer(ControlTimes = ControlTimes, ControlData = ControlData, 
PerturbedTimes = PerturbedTimes, PerturbedData = PerturbedData)
print_DEtime(res)

ManchesterBioinference/DEtime documentation built on Feb. 9, 2024, 12:10 p.m.