Uses of Enum
org.biojava.nbio.genome.io.fastq.FastqVariant
Packages that use FastqVariant
-
Uses of FastqVariant in org.biojava.nbio.genome.io.fastq
Fields in org.biojava.nbio.genome.io.fastq declared as FastqVariantModifier and TypeFieldDescriptionstatic final FastqVariant
FastqBuilder.DEFAULT_VARIANT
Default FASTQ sequence format variant,FastqVariant.FASTQ_SANGER
.Methods in org.biojava.nbio.genome.io.fastq that return FastqVariantModifier and TypeMethodDescriptionFastq.getVariant()
Return the FASTQ sequence format variant for this FASTQ formatted sequence.protected FastqVariant
IlluminaFastqReader.getVariant()
protected FastqVariant
SangerFastqReader.getVariant()
protected FastqVariant
SolexaFastqReader.getVariant()
static FastqVariant
FastqVariant.parseFastqVariant
(String name) Return the FASTQ sequence format variant with the specified name, if any.static FastqVariant
Returns the enum constant of this type with the specified name.static FastqVariant[]
FastqVariant.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.genome.io.fastq with parameters of type FastqVariantModifier and TypeMethodDescriptionstatic Fastq
FastqTools.convert
(Fastq fastq, FastqVariant variant) Convert the specified FASTQ formatted sequence to the specified FASTQ sequence format variant.Fastq.convertTo
(FastqVariant variant) Create and return a new FASTQ formatted sequence from this converted to the specified FASTQ sequence format variant.FastqBuilder.withVariant
(FastqVariant variant) Return this FASTQ formatted sequence builder configured with the specified FASTQ sequence format variant.