View source: R/assayToBigWigs.R
| assayToBigWigs | R Documentation | 
Dump data as bigWig tracks for (e.g.) igv.js (which can't handle multiGCTs)
assayToBigWigs(x, assay = 1, genome = NULL, onlycg = TRUE)
x | 
 a RangedSummarizedExperiment-like object of some sort  | 
assay | 
 name or index of an assay to dump (default: assays(x)[1])  | 
genome | 
 (optional) genome to use (default: look in genome(x))  | 
onlycg | 
 (optional) only dump CpG probes (for methylation)? (TRUE)  | 
list a list of filenames dumped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.