<T extends Appendable> T |
FastqWriter.append(T appendable,
Fastq... fastq) |
Append the specified FASTQ formatted sequences to the specified appendable.
|
static FastqBuilder |
Fastq.builder(Fastq fastq) |
Create and return a new FastqBuilder configured from the
specified FASTQ formatted sequence.
|
static Fastq |
FastqTools.convert(Fastq fastq,
FastqVariant variant) |
Convert the specified FASTQ formatted sequence to the
specified FASTQ sequence format variant.
|
protected Fastq |
IlluminaFastqWriter.convert(Fastq fastq) |
|
protected Fastq |
SangerFastqWriter.convert(Fastq fastq) |
|
protected Fastq |
SolexaFastqWriter.convert(Fastq fastq) |
|
static SymbolList |
FastqTools.createDNA(Fastq fastq) |
Create and return a new DNA SymbolList from the specified FASTQ formatted sequence.
|
static Sequence |
FastqTools.createDNASequence(Fastq fastq) |
Create and return a new DNA Sequence from the specified FASTQ formatted sequence.
|
static PhredSequence |
FastqTools.createPhredSequence(Fastq fastq) |
Create and return a new PhredSequence from the specified FASTQ formatted sequence.
|
static SymbolList |
FastqTools.createQualityScores(Fastq fastq) |
Create and return a new SymbolList of quality scores from the specified FASTQ formatted sequence.
|
static Distribution[] |
FastqTools.createSymbolDistribution(Fastq fastq) |
Create and return a new array of symbol Distributions from the specified FASTQ formatted sequence.
|
static Iterable<Double> |
FastqTools.errorProbabilities(Fastq fastq) |
Return the error probabilities from the specified FASTQ formatted sequence.
|
static double[] |
FastqTools.errorProbabilities(Fastq fastq,
double[] errorProbabilities) |
Copy the error probabilities from the specified FASTQ formatted sequence into the specified double array.
|
void |
StreamListener.fastq(Fastq fastq) |
Notify this listener of a FASTQ formatted sequence.
|
static Iterable<Integer> |
FastqTools.qualityScores(Fastq fastq) |
Return the quality scores from the specified FASTQ formatted sequence.
|
static int[] |
FastqTools.qualityScores(Fastq fastq,
int[] qualityScores) |
Copy the quality scores from the specified FASTQ formatted sequence into the specified int array.
|
void |
FastqWriter.write(File file,
Fastq... fastq) |
Write the specified FASTQ formatted sequences to the specified file.
|
void |
FastqWriter.write(OutputStream outputStream,
Fastq... fastq) |
Write the specified FASTQ formatted sequences to the specified output stream.
|