enve.recplot2.extractWindows {enveomics.R} | R Documentation |
Enveomics: Recruitment Plot (2) Extract Windows
Description
Extract windows significantly below (or above) the peak in sequencing depth.
Usage
enve.recplot2.extractWindows(
rp,
peak,
lower.tail = TRUE,
significance = 0.05,
seq.names = FALSE
)
Arguments
rp |
Recruitment plot, a |
peak |
Peak, an |
lower.tail |
If |
significance |
Significance threshold (alpha) to select windows. |
seq.names |
Returns subject sequence names instead of a vector of Booleans. If
the recruitment plot was generated with named position bins (e.g, using
|
Value
Returns a vector of logicals if seq.names = FALSE
.
If seq.names = TRUE
, it returns a data.frame with five columns:
name.from
, name.to
, pos.from
, pos.to
, and
seq.name
(see enve.recplot2.coordinates
).
Author(s)
Luis M. Rodriguez-R [aut, cre]