segmentation: Function for segmentate tracks in BED format.

View source: R/genomebrowser.R

segmentationR 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.


D3GB documentation built on June 22, 2024, 9:35 a.m.

Related to segmentation in D3GB...