enve.recplot2.coordinates {enveomics.R} | R Documentation |
Enveomics: Recruitment Plot (2) Coordinates
Description
Returns the sequence name and coordinates of the requested position bins.
Usage
enve.recplot2.coordinates(x, bins)
Arguments
x |
|
bins |
Vector of selected bins to return. It can be a vector of logical values
with the same length as |
Value
Returns a data.frame with five columns: name.from
(character),
pos.from
(numeric), name.to
(character), pos.to
(numeric), and seq.name
(character).
The first two correspond to sequence and position of the start point of the
bin. The next two correspond to the sequence and position of the end point of
the bin. The last one indicates the name of the sequence (if defined).
Author(s)
Luis M. Rodriguez-R [aut, cre]
[Package enveomics.R version 1.9.1 Index]