print.fa {GenomicTools.fileHandler} | R Documentation |
Print a fa Object
Description
Prints a fa
object.
Usage
## S3 method for class 'fa'
print(x, n = 2, seq.out = 50, ...)
Arguments
x |
Object of class |
n |
Number of sequences to display |
seq.out |
Length of the subsequence to display |
... |
Additional parameters |
Details
The print function displays a fa object
Author(s)
Daniel Fischer
[Package GenomicTools.fileHandler version 0.1.5.9 Index]