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