Package | Description |
---|---|
org.biojava.bio.program.das.dasalignment |
request alignments via DAS
|
Modifier and Type | Method and Description |
---|---|
void |
Alignment.addBlock(Annotation block)
Add a "Block" Annotation.
|
void |
Alignment.addMatrix(Annotation matrix)
add Annotation of DAS alignment "matrix" type.
|
void |
Alignment.addObject(Annotation object)
add Annotation of DAS alignment "object" type.
|
void |
Alignment.addScore(Annotation score)
adds a "Score" Annotation.
|
void |
Alignment.addVector(Annotation vector)
add Annotation of DAS alignment "vector" type.
|