print.fsa | R Documentation |
Prints a short summary of an fsa
object.
## S3 method for class 'fsa'
print(x, ...)
x |
The |
... |
Currently ignored. |
Invisibly returns TRUE
on success.
Sylvain Mareschal
read.fsa
# Example FSA file provided
fsa <- read.fsa(system.file("extdata/fsa_GEP/A5918.fsa", package="FSAtools"))
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.