powered by
Prints a short summary of an fsa object.
fsa
# S3 method for fsa print(x, ...)
Invisibly returns TRUE on success.
TRUE
The fsa object to print.
Currently ignored.
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)
Run the code above in your browser using DataLab