View source: R/genomebrowser.R
segmentation | R Documentation |
segmentation
performs a segmentation of track data in bed format in order to enable its effective representation.
segmentation(track, cell)
track |
a Data Frame with genomic features (in BED format). |
cell |
a numeric value with the size of each segment. |
a segmented Data Frame in BED format.
Input file is provided in BED format which is an universal format for genomic features.
David Barrios and Carlos Prieto. Bioinformatics, University of Salamanca. See http://d3gb.usal.es/
The ‘D3GB’ Website: http://d3gb.usal.es
genomebrowser
, genomemap
, genome_addTrack
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.