summary.ms: MS Summary

Description Usage Arguments Author(s) See Also

View source: R/tfbs.R

Description

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.

Usage

1
2
3
## S3 method for class 'ms'
summary(object, ..., print.all = (length.ms(object) < 15 &&
  sum(lengths.ms(object)) < 500))

Arguments

object

MS object

...

Not used (exists for S3 compatibility)

print.all

whether to suppress printing of the bases, offsets, and names. If TRUE prints sequences, offsets, and names of all sequences.

Author(s)

Nick Peterson

See Also

print.ms


rtfbs documentation built on Jan. 22, 2020, 1:07 a.m.