Given the ChIP-seq wiggle data as a list of 16 chromosomes (output of readall_tab), this function calculates the genome-wide signal average.

wiggle_signal_average(inputData)

Arguments

inputData

As a list of the 16 chr wiggle data (output of readall_tab). No default.

Value

A decimal value of type numeric.

Examples

# NOT RUN {
wiggle_signal_average(wt_wiggle)
# }