defunct {csaw} | R Documentation |
Functions that have passed on to the function afterlife. Their successors are also listed.
filterWindows(...) consolidateWindows(...) consolidateTests(...) consolidateOverlaps(...)
... |
Ignored arguments. |
filterWindows
is succeeded by filterWindowsGlobal
and related functions, which provide a more focused programmatic interface.
consolidateWindows
is succeeded by mergeWindowsList
and findOverlapsList
.
consolidateTests
and consolidateOverlaps
are succeeded by mergeResultsList
and overlapResultsList
, respectively.
All functions error out with a defunct message pointing towards its descendent (if available).
Aaron Lun
try(filterWindows())