Package | Description |
---|---|
org.biojava.bio.program.fastq |
FASTQ and variants sequence format I/O.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright © 2014 BioJava. All rights reserved.