Description Usage Arguments Details Value Author(s) Examples
Coerce the structure of a GenomicInteractions into a GRanges following BED-like conventions, i.e., with columns for blocks and thick regions.
1 2 3 |
x |
A GenomicInteractions object. |
keep.mcols |
Logical scalar, specifying whether to keep non-BED12 columns in the output object. |
score |
String specifying which field to export as the |
Note that setting keep.mcols=TRUE
may cause problems with some parsers.
A GRanges object with the metadata columns name
, blockStarts
and blockSizes
.
Malcolm Perry, Elizabeth Ing-Simmons
1 2 3 | data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
asBED(hic_example_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.