public class NeedlemanWunschAlignment extends Object
| Constructor and Description |
|---|
NeedlemanWunschAlignment(SubstitutionMatrix substitutionMatrix,
ProteinSequence firstSequence,
ProteinSequence secondSequence) |
| Modifier and Type | Method and Description |
|---|---|
ProteinSequence |
getAlignedFirstSequence() |
ProteinSequence |
getAlignedSecondSequence() |
int |
getGapCost() |
DynamicProgrammingGraph |
getGraph() |
double |
getScore() |
void |
setGapCost(int gapCost) |
public NeedlemanWunschAlignment(SubstitutionMatrix substitutionMatrix, ProteinSequence firstSequence, ProteinSequence secondSequence)
public DynamicProgrammingGraph getGraph()
public int getGapCost()
public void setGapCost(int gapCost)
public double getScore()
public ProteinSequence getAlignedFirstSequence()
public ProteinSequence getAlignedSecondSequence()
Copyright © 2018. All rights reserved.