FastqBuilder |
FastqBuilder.appendQuality(String quality) |
Return this FASTQ formatted sequence builder configured with the specified quality scores
appended to its current quality scores.
|
FastqBuilder |
FastqBuilder.appendSequence(String sequence) |
Return this FASTQ formatted sequence builder configured with the specified sequence
appended to its current sequence.
|
static FastqBuilder |
Fastq.builder() |
Create and return a new FastqBuilder.
|
static FastqBuilder |
Fastq.builder(Fastq fastq) |
Create and return a new FastqBuilder configured from the
specified FASTQ formatted sequence.
|
FastqBuilder |
FastqBuilder.withDescription(String description) |
Return this FASTQ formatted sequence builder configured with the specified description.
|
FastqBuilder |
FastqBuilder.withQuality(String quality) |
Return this FASTQ formatted sequence builder configured with the specified quality scores.
|
FastqBuilder |
FastqBuilder.withSequence(String sequence) |
Return this FASTQ formatted sequence builder configured with the specified sequence.
|
FastqBuilder |
FastqBuilder.withVariant(FastqVariant variant) |
Return this FASTQ formatted sequence builder configured with the specified FASTQ sequence format variant.
|