| .fillGap | R Documentation |
Internal wrapper around the native C routine fillGap. It fills
zero-valued gaps in a paternal-strand vector by propagating values from
neighbouring non-zero positions (see native implementation for exact rules).
.fillGap(paternalStrandBMH)
paternalStrandBMH |
An integer (or numeric) vector representing the paternal strand state (e.g., output from block-building routines). The vector is coerced to integer before calling native code. |
This function calls compiled code via .C:
.C("fillGap", ...).
An integer vector of the same length as paternalStrandBMH
containing the gap-filled strand values.
mhf
.C
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.