Given the wiggle data as a list of 16 chromosomes, this function returns a single value corresponding to the genome-wide signal average.

genome_average(inputData)

Arguments

inputData

List of the 16-chr wiggle data (output of readall_tab). No default.

Value

A numeric value corresponding to the genome-wide average signal.

Examples

# NOT RUN {
average_signal <- genome_average(WT)
# }