.ExportBigwigForGviz | R Documentation |
Subfunction to export a GRanges object as a bw (bigwig) file.
.ExportBigwigForGviz( cFileName, grangesObject, cBigwigParameter, lBigwigParametersByStrand, dnastringsetGenome )
cFileName |
Name of the file to be exported. |
grangesObject |
A GRanges object to be exported. |
cBigwigParameter |
The name of the parameter to be exported within the bigwig file. |
lBigwigParametersByStrand |
If TRUE, the parameter is negative if associated range is on the reverse strand. |
dnastringsetGenome |
A DNAStringSet object containing the sequence for each contig. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.