Prints a short description of an Multiple Sequence (MS) object. Omits names, offsets, and bases by default, but these can be printed using the print.all argument.
# S3 method for ms
summary(object, ..., print.all = (length.ms(object) < 15 &&
sum(lengths.ms(object)) < 500))MS object
Not used (exists for S3 compatibility)
whether to suppress printing of the bases, offsets, and
names. If TRUE prints sequences, offsets, and names of all sequences.