segmentation {D3GB} | R Documentation |
Function for segmentate tracks in BED format.
Description
segmentation
performs a segmentation of track data in bed format in order to enable its effective representation.
Usage
segmentation(track, cell)
Arguments
track |
a Data Frame with genomic features (in BED format). |
cell |
a numeric value with the size of each segment. |
Value
a segmented Data Frame in BED format.
Note
Input file is provided in BED format which is an universal format for genomic features.
Author(s)
David Barrios and Carlos Prieto. Bioinformatics, University of Salamanca. See http://d3gb.usal.es/
See Also
The ‘D3GB’ Website: http://d3gb.usal.es
genomebrowser
, genomemap
, genome_addTrack
.
[Package D3GB version 2.0 Index]