Modifier and Type | Field and Description |
---|---|
static AtomicSymbol |
_0
The poorly supported symbol.
|
static AtomicSymbol |
_1
The well supported symbol.
|
static FiniteAlphabet |
QUALITY
The quality alphabet.
|
static Object |
SEQUENCE
Alignment label for the DNA sequence row.
|
static Object |
SUPPORT
Alignment label for the support row.
|
Constructor and Description |
---|
ABITools() |
Modifier and Type | Method and Description |
---|---|
static Alignment |
getAlignment(SymbolList abiSeq)
View a symbol list over the QUALITY alphabet as an alignment.
|
public static final FiniteAlphabet QUALITY
public static final AtomicSymbol _0
public static final AtomicSymbol _1
public ABITools()
public static Alignment getAlignment(SymbolList abiSeq) throws IllegalAlphabetException
View a symbol list over the QUALITY alphabet as an alignment.
The alignment will have labels of SEQUENCE and SUPPORT that retrieve the DNA sequence and the binary support values respectively.
abiSeq
- the SymbolList over the QUALITY alphabet to viewIllegalAlphabetException
- if abiSeq is not over QUALITYCopyright © 2014 BioJava. All rights reserved.