print.fq | R Documentation |
Prints a fq
object.
## S3 method for class 'fq'
print(x, n = 2, seq.out = 50, print.qual = TRUE, ...)
x |
Object of class |
n |
Number of sequences to display |
seq.out |
Length of the subsequence to display |
print.qual |
Logical, shall the quality measures also be printed |
... |
Additional parameters |
The print function displays a fa object
Daniel Fischer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.