genome_average: Calculate genome-wide average signal

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
3
4
## Not run: 
average_signal <- genome_average(WT)

## End(Not run)

luisvalesilva/hwglabr documentation built on May 21, 2019, 8:56 a.m.