FASTQ and variants sequence format I/O.
-
Build and return a new FASTQ formatted sequence configured from the properties of this builder.
Convert the specified FASTQ formatted sequence to the
specified FASTQ sequence format variant.
Create and return a new FASTQ formatted sequence from this converted to the
specified FASTQ sequence format variant.
Read zero or more FASTQ formatted sequences from the specified file.
Read zero or more FASTQ formatted sequences from the specified input stream.
Read zero or more FASTQ formatted sequences from the specified url.
Append the specified FASTQ formatted sequences to the specified appendable.
Create and return a new FastqBuilder configured from the
specified FASTQ formatted sequence.
Convert the specified FASTQ formatted sequence to the
specified FASTQ sequence format variant.
Create and return a new
DNASequence
from the specified FASTQ formatted sequence.
Create and return a new
DNASequence
with error probabilities from the specified
FASTQ formatted sequence.
Create and return a new
DNASequence
with quality scores from the specified
FASTQ formatted sequence.
Create and return a new
DNASequence
with quality scores and error probabilities from the
specified FASTQ formatted sequence.
Create and return a new
QuantityFeature
from the error probabilities of the specified
FASTQ formatted sequence.
Create and return a new
QualityFeature
from the quality scores of the specified
FASTQ formatted sequence.
Return the error probabilities from the specified FASTQ formatted sequence.
static double[]
Copy the error probabilities from the specified FASTQ formatted sequence into the specified double array.
void
Notify this listener of a FASTQ formatted sequence.
Return the quality scores from the specified FASTQ formatted sequence.
static int[]
Copy the quality scores from the specified FASTQ formatted sequence into the specified int array.
void
Write the specified FASTQ formatted sequences to the specified file.
void
Write the specified FASTQ formatted sequences to the specified output stream.
Append the specified FASTQ formatted sequences to the specified appendable.
void
Write the specified FASTQ formatted sequences to the specified file.
void
Write the specified FASTQ formatted sequences to the specified output stream.
Create a new FASTQ formatted sequence builder configured
from the specified FASTQ formatted sequence.