Package | Description |
---|---|
org.biojava.bio.program.phred |
Parser for Phred output
|
org.biojava.bio.symbol |
Representation of the Symbols that make up a sequence, and locations within
them.
|
Modifier and Type | Method and Description |
---|---|
static IntegerAlphabet.IntegerSymbol |
PhredTools.integerSymbolFromPhred(Symbol phredSym)
Retrives the IntegerSymbol component of the Phred BasisSymbol from the
PHRED alphabet.
|
Modifier and Type | Method and Description |
---|---|
static double |
PhredTools.pFromQuality(IntegerAlphabet.IntegerSymbol quality)
Calculates the probability of an error from the quality score via the formula
P_e = 10**(QV/-10)
|
Modifier and Type | Method and Description |
---|---|
IntegerAlphabet.IntegerSymbol |
IntegerAlphabet.getSymbol(int val)
Retrieve the Symbol for an int.
|
IntegerAlphabet.IntegerSymbol |
IntegerAlphabet.SubIntegerAlphabet.getSymbol(int val) |
Copyright © 2014 BioJava. All rights reserved.