check.main.args {metaseqR} | R Documentation |
Checks if the arguments passed to
metaseqr
are valid and throws a
warning about the invalid ones (which are
ignored anyway because of the ...
in
metaseqr
. However, for this reason
this function is useful as some important
parameter faults might go unnoticed in the
beginning and cause a failure afterwards.
check.main.args(main.args)
main.args |
a list of parameters
with which metaseqr is called (essentially,
the output of |
Panagiotis Moulos