Package | Description |
---|---|
org.biojava.bio.alignment |
Classes to generate and describe sequence alignments.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleAlignmentElement
SimpleSimpleAlignment is a simple implementation of
AlignmentElement.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Object,AlignmentElement> |
FlexibleAlignment.data |
Modifier and Type | Method and Description |
---|---|
protected AlignmentElement |
FlexibleAlignment.getAE(Object label) |
Modifier and Type | Method and Description |
---|---|
void |
FlexibleAlignment.addSequence(AlignmentElement ae)
add a new a alignment usings a location to the reference sequence.
|
void |
ARAlignment.addSequence(AlignmentElement ae) |
Constructor and Description |
---|
FlexibleAlignment(List<AlignmentElement> seqList)
construct this object with the reference sequence which can either be a
gappedSymbolList or not label in all cases refers to an object that holds
the display name (generally just a String). since more than one sequence
in an alignment could have the same name this works as long as the labels
are different objects even though they may hold the same name.
|
Copyright © 2014 BioJava. All rights reserved.