View source: R/MultipleAlignment.R
detail | R Documentation |
This is a variant of show
, offering a more detailed
display of object content.
detail(x, ...)
x |
An object. The default simply invokes |
... |
Additional arguments. The default definition makes no use of these arguments. |
None; the function is invoked for its side effect (detailed display of object content).
Martin Morgan
origMAlign <-
readDNAMultipleAlignment(filepath =
system.file("extdata",
"msx2_mRNA.aln",
package="Biostrings"),
format="clustal")
detail(origMAlign)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.