Learn R Programming

MLPA (version 1.10.0)

print.fsa: Print method for "fsa" objects

Description

Prints a short summary of an fsa object.

Usage

# S3 method for fsa
print(x, ...)

Arguments

x

The fsa object to print.

Currently ignored.

See Also

read.fsa

Examples

Run this code
# 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