Reads a bigwig file and returns it as a data frame.
| 1 2 | read.bigwig(filename, chromosome = NULL, start = 1,
  end = .Machine$integer.max, strand = "*")
 | 
| filename | bigwig filename | 
| chromosome | chromosome as a string, e.g. "chr3" | 
| start | first base number to consider | 
| end | last base number to consider | 
| strand | strand, i.e. '+', '-', or '*' | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.