Uses of Class
org.biojava.bio.program.fastq.FastqVariant
-
Packages that use FastqVariant Package Description org.biojava.bio.program.fastq FASTQ and variants sequence format IO. -
-
Uses of FastqVariant in org.biojava.bio.program.fastq
Fields in org.biojava.bio.program.fastq declared as FastqVariant Modifier and Type Field Description static FastqVariantFastqBuilder. DEFAULT_VARIANTDefault FASTQ sequence format variant,FastqVariant.FASTQ_SANGER.Methods in org.biojava.bio.program.fastq that return FastqVariant Modifier and Type Method Description FastqVariantFastq. getVariant()Return the FASTQ sequence format variant for this FASTQ formatted sequence.protected FastqVariantIlluminaFastqReader. getVariant()Return the FASTQ sequence format variant for this reader.protected FastqVariantSangerFastqReader. getVariant()Return the FASTQ sequence format variant for this reader.protected FastqVariantSolexaFastqReader. getVariant()Return the FASTQ sequence format variant for this reader.static FastqVariantFastqVariant. parseFastqVariant(java.lang.String name)Return the FASTQ sequence format variant with the specified name, if any.static FastqVariantFastqVariant. valueOf(java.lang.String name)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.bio.program.fastq with parameters of type FastqVariant Modifier and Type Method Description FastqBuilderFastqBuilder. withVariant(FastqVariant variant)Return this FASTQ formatted sequence builder configured with the specified FASTQ sequence format variant.
-