print.ms: Prints an MS (multiple sequence) object. #' @title Printing...

Description Usage Arguments Author(s)

View source: R/tfbs.R

Description

Prints an MS (multiple sequence) object. #' @title Printing MS objects

Usage

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

Arguments

x

an object of class ms

...

additional arguments sent to print

print.all

whether to suppress printing of the bases, names, offsets

Author(s)

Nick Peterson


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