Description Usage Arguments Value Author(s) Examples
View source: R/MultipleAlignment.R
This is a variant of show
, offering a more detailed
display of object content.
1 |
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
1 2 3 4 5 6 7 | 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.