Description Usage Arguments Value Author(s) Examples
Exports a GenomicInteractions object to file in the BEDPE (paired-end) format,.
| 1 2 3 4 5 | export.bedpe(GIObject, fn = NULL, score = "counts")
## S4 method for signature 'GenomicInteractions'
export.bedpe(GIObject, fn = NULL,
  score = "counts")
 | 
| GIObject | A GenomicInteractions object. | 
| fn | String containing a path to a file to write the interaction data to. | 
| score | String or integer scalar specifying the metadata column to export as the  | 
If fn is supplied, NULL is invisibly returned and a file is created at fn.
Otherwise, a data.frame is returned containing all of the corresponding information from GIObject.
Malcolm Perry, Elizabeth Ing-Simmons
| 1 2 3 | data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
export.bedpe(hic_example_data, fn = tempfile(), score = "counts")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.