(Legacy) Read Solexa qseq files as fastq-style quality scores
readQseq
reads all files matching pattern
in a directory
into a single ShortReadQ
-class object.
Information on machine, lane, tile, x, and y coordinates, filtering
status, and read number are not returned (although filtering status
can be used to selectively include reads as described below).
readQseq(dirPath, pattern = character(0), ..., as=c("ShortReadQ", "DataFrame", "XDataFrame"), filtered=FALSE, verbose=FALSE)
dirPath |
Directory path or other object (e.g.,
|
pattern |
Regular expression matching names of |
... |
Additional argument, passed to I/O functions. |
as |
|
filtered |
|
verbose |
|
An object of class ShortReadQ
.
Martin Morgan <mtmorgan@fhcrc.org>
fl <- system.file("extdata", package="ShortRead") sp <- SolexaPath(fl) readQseq(sp)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.