Description Usage Arguments Value Examples
a simplified wrapper function to create a GRanges object.
1 2 | createGranges(chrSeqInfo, starts, widths, mcolname = NULL,
mcolvalues = NULL)
|
chrSeqInfo |
a seqinfo object. |
starts |
the start ranges. |
widths |
the width of each range. |
mcolname |
the name for the mcol attribute. |
mcolvalues |
the values for the mcol attribute. |
a GRanges object.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.