seqQuickLook {seqimpute} | R Documentation |
seqQuickLook.R
is a function aimed at providing a quick overview of the
frequency of the NAs and the number and size of the different types of gaps
spread in the original dataset OD
. The user should run this function before
running the main function seqimpute.R
in order to identify a judicious choice
for the values of np
and nf
.
seqQuickLook(OD, k, np = 1, nf = 0)
OD |
|
k |
|
np |
|
nf |
|
It returns a message containing the MDGapsChart data.frame
object that summarizes the number and the
size of each type of gaps (Internal Gaps, Initial Gaps, Terminal Gaps, LEFT-
hand side SLG, RIGHT-hand side SLG) present among the original dataset.
Andre Berchtold <andre.berchtold@unil.ch>
data(OD) seqQuickLook(OD=OD, k=2, np=1, nf=0)