public final class AlignIOConstants extends Object
AlignIOConstants contains constants used to identify
sequence formats, alphabets etc, in the context of reading and
writing alignments.
An int used to specify symbol alphabet and
sequence format type is derived thus:
int are used
to specify combinations of format type and symbol information. To
derive an int identifier for DNA with ambiguity codes
in Fasta format, bitwise OR the AMBIGUOUS, DNA and FASTA values.
| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTAL
CLUSTAL indicates that the alignment format is
Clustal. |
static int |
CLUSTAL_AA
CLUSTAL_AA premade CLUSTAL | AA; |
static int |
CLUSTAL_DNA
CLUSTAL_DNA premade CLUSTAL | DNA; |
static int |
CLUSTAL_RNA
CLUSTAL_RNA premade CLUSTAL | RNA; |
static int |
FASTA
FASTA indicates that the alignment format is
Fasta. |
static int |
FASTA_AA
FASTA_AA premade FASTA | AA; |
static int |
FASTA_DNA
FASTA_DNA premade FASTA | DNA; |
static int |
FASTA_RNA
FASTA_RNA premade FASTA | RNA; |
static int |
MSF
MSF indicates that the alignment format is MSF. |
static int |
MSF_AA
MSF_AA premade MSF | AA; |
static int |
MSF_DNA
MSF_DNA premade MSF | DNA; |
static int |
MSF_RNA
MSF_DNA premade MSF | RNA; |
static int |
RAW
RAW indicates that the alignment format is raw
(symbols only). |
static int |
RAW_AA
RAW_AA premade RAW | AA. |
static int |
RAW_DNA
RAW_DNA premade RAW | DNA. |
static int |
RAW_RNA
RAW_RNA premade RAW | RNA. |
static int |
UNKNOWN
UNKNOWN indicates that the alignment format is
unknown. |
| Constructor and Description |
|---|
AlignIOConstants() |
public static final int UNKNOWN
UNKNOWN indicates that the alignment format is
unknown.public static final int RAW
RAW indicates that the alignment format is raw
(symbols only).public static final int FASTA
FASTA indicates that the alignment format is
Fasta.public static final int CLUSTAL
CLUSTAL indicates that the alignment format is
Clustal.public static final int MSF
MSF indicates that the alignment format is MSF.public static final int RAW_DNA
RAW_DNA premade RAW | DNA.public static final int RAW_RNA
RAW_RNA premade RAW | RNA.public static final int RAW_AA
RAW_AA premade RAW | AA.public static final int FASTA_DNA
FASTA_DNA premade FASTA | DNA;public static final int FASTA_RNA
FASTA_RNA premade FASTA | RNA;public static final int FASTA_AA
FASTA_AA premade FASTA | AA;public static final int CLUSTAL_DNA
CLUSTAL_DNA premade CLUSTAL | DNA;public static final int CLUSTAL_RNA
CLUSTAL_RNA premade CLUSTAL | RNA;public static final int CLUSTAL_AA
CLUSTAL_AA premade CLUSTAL | AA;public static final int MSF_DNA
MSF_DNA premade MSF | DNA;public static final int MSF_RNA
MSF_DNA premade MSF | RNA;public static final int MSF_AA
MSF_AA premade MSF | AA;public AlignIOConstants()
Copyright © 2014 BioJava. All rights reserved.