R/show-methods.R

setMethod("show", signature("MsaDNAMultipleAlignment"),
          function(object) print(object))
setMethod("show", signature("MsaRNAMultipleAlignment"),
          function(object) print(object))
setMethod("show", signature("MsaAAMultipleAlignment"),
          function(object) print(object))

Try the msa package in your browser

Any scripts or data that you put into this service are public.

msa documentation built on Nov. 8, 2020, 5:41 p.m.