Description Usage Arguments Details Value Author(s) Examples
Coerce the structure of an object to one following BED-like conventions, i.e., with columns for blocks and thick regions.
1 2 3 4 5 |
x |
Generally, a tabular object to structure as BED |
... |
Arguments to pass to methods |
The exact behavior depends on the class of object
.
GRangesList
This treats object
as if it were a
list of transcripts, i.e., each element contains the exons of a
transcript. The blockStarts
and
blockSizes
columns are derived from the ranges in each
element. Also, add name
column from names(object)
.
GAlignments
Converts to GRangesList via grglist
and procedes accordingly.
A GRanges
, with the columns name
,
blockStarts
and blockSizes
added.
Michael Lawrence
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.