View source: R/genome_average.R
genome_average | R Documentation |
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)
inputData |
List of the 16-chr wiggle data (output of |
A numeric value corresponding to the genome-wide average signal.
## Not run:
average_signal <- genome_average(WT)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.