print.fq {GenomicTools.fileHandler}R Documentation

Print a fq Object

Description

Prints a fq object.

Usage

## S3 method for class 'fq'
print(x, n = 2, seq.out = 50, print.qual = TRUE, ...)

Arguments

x

Object of class fq.

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

Details

The print function displays a fa object

Author(s)

Daniel Fischer


[Package GenomicTools.fileHandler version 0.1.5.9 Index]