binMS
, class
filterMS
, or class msDat
.
extractMS(msObj, type = "matrix")
binMS
, class filterMS
, or
class msDat
.msDat
object containing this data is returned."matrix"
is specified as the argument to type
, or an object
with class msDat
if "msDat"
is specified as the argument to
type
. See Details
for more detail regarding the return
objects.
binMS
, filterMS
, or msDat
object. binMS
and filterMS
objects are lists that contain
an msDat object, and specifying "msDat"
for type
merely
returns the msDat
element from the list for these classes of
object. specifying "msDat"
for an object with class "msDat"
merely returns the argument, i.e. is the identity function. When
"matrix"
is specified, then the elements in the embedded
msDat
object are combined into a single matrix using cbind
and returned.