Description Usage Arguments Value Author(s) Examples
View source: R/tracktablesFunctions.R
Creates HTML pages for interval files or GRanges (Tracktables Interval Report).
1 | makebedtable(grangesObject, name, basedirectory)
|
grangesObject |
A GRanges object. |
name |
Character of the name for Interval HTML report. |
basedirectory |
Character of the directory to which HTML report is writen. |
A character of file location for the Tracktables HTML Report
Thomas Carroll
1 2 | data(Intervals)
htmlpage <- makebedtable(Intervals,"EBF_PeaksTable.html",getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.