public class MultipleSequenceAlignment<S extends Sequence<C>,C extends Compound> extends Object implements LightweightProfile<S,C>
Profile data
structure in the alignment module provides additional functionality.LightweightProfile.StringFormat| Constructor and Description |
|---|
MultipleSequenceAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlignedSequence(S sequence)
A sequence that has been aligned to other sequences will have inserts.
|
S |
getAlignedSequence(int listIndex)
Uses bioIndex starting at 1 instead of 0
|
List<S> |
getAlignedSequences()
Get the list of sequences
|
List<C> |
getCompoundsAt(int alignmentIndex)
Get a list of compounds at a sequence position
|
CompoundSet<C> |
getCompoundSet()
Get the Compounds defined in the first sequence
|
int |
getLength()
Get the length of the MSA where it is assumed that
all sequence position
|
int |
getSize()
Get the number of sequences in the MSA
|
boolean |
removeAlignedSequence(S sequence)
Remove a sequence
|
String |
toString()
String representation of the MSA
|
String |
toString(int width)
Get a string representation of the MSA with a fixed width
|
String |
toString(LightweightProfile.StringFormat format)
Support for different MSA formats
|
public MultipleSequenceAlignment()
public void addAlignedSequence(S sequence)
sequence - public boolean removeAlignedSequence(S sequence)
sequence - public S getAlignedSequence(int listIndex)
getAlignedSequence in interface LightweightProfile<S extends Sequence<C>,C extends Compound>listIndex - public List<S> getAlignedSequences()
getAlignedSequences in interface LightweightProfile<S extends Sequence<C>,C extends Compound>public List<C> getCompoundsAt(int alignmentIndex)
getCompoundsAt in interface LightweightProfile<S extends Sequence<C>,C extends Compound>alignmentIndex - public CompoundSet<C> getCompoundSet()
getCompoundSet in interface LightweightProfile<S extends Sequence<C>,C extends Compound>public int getLength()
public int getSize()
public String toString(int width)
public String toString(LightweightProfile.StringFormat format)
Copyright © 2000–2019 BioJava. All rights reserved.