# === Methods for FastaS4 classes ===================================
#' @param object an S4 class obect
#' @rdname FASTA-class
#' @aliases show,FASTA-method
setMethod(
f = "show",
signature = "FASTA",
def = function(object) {
summFASTA(object)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.