Description Usage Arguments Author(s) See Also Examples
Prints a short summary of an fsa
object.
1 2 |
x |
The |
... |
Currently ignored. |
Sylvain Mareschal
1 2 3 4 5 6 7 | # Example FSA file provided
fsa <- read.fsa(system.file("extdata/fsa/A5918.fsa", package="MLPA"))
print(fsa)
# Aligned version
fsa <- align.fsa(fsa)
print(fsa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.