Uses of Class
org.biojava.nbio.genome.io.fastq.FastqBuilder
Packages that use FastqBuilder
-
Uses of FastqBuilder in org.biojava.nbio.genome.io.fastq
Methods in org.biojava.nbio.genome.io.fastq that return FastqBuilderModifier and TypeMethodDescriptionFastqBuilder.appendQuality
(String quality) Return this FASTQ formatted sequence builder configured with the specified quality scores appended to its current quality scores.FastqBuilder.appendSequence
(String sequence) Return this FASTQ formatted sequence builder configured with the specified sequence appended to its current sequence.static final FastqBuilder
Fastq.builder()
Create and return a new FastqBuilder.static final FastqBuilder
Create and return a new FastqBuilder configured from the specified FASTQ formatted sequence.FastqBuilder.withDescription
(String description) Return this FASTQ formatted sequence builder configured with the specified description.FastqBuilder.withQuality
(String quality) Return this FASTQ formatted sequence builder configured with the specified quality scores.FastqBuilder.withSequence
(String sequence) Return this FASTQ formatted sequence builder configured with the specified sequence.FastqBuilder.withVariant
(FastqVariant variant) Return this FASTQ formatted sequence builder configured with the specified FASTQ sequence format variant.