Modifier and Type | Method and Description |
---|---|
static FastqBuilder |
builder()
Create and return a new FastqBuilder.
|
String |
getDescription()
Return the description of this FASTQ formatted sequence.
|
String |
getQuality()
Return the quality scores for this FASTQ formatted sequence.
|
String |
getSequence()
Return the sequence for this FASTQ formatted sequence.
|
FastqVariant |
getVariant()
Return the FASTQ sequence format variant for this FASTQ formatted sequence.
|
public String getDescription()
public String getSequence()
public String getQuality()
public FastqVariant getVariant()
public static final FastqBuilder builder()
Copyright © 2014 BioJava. All rights reserved.