Class StrCompAlignment
java.lang.Object
org.biojava.nbio.structure.align.pairwise.StrCompAlignment
- All Implemented Interfaces:
Alignable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAligMatEl[][]
getAligMat
(int i, int j) int
getCols()
float
float
float
float
getPath()
int
int
getRows()
float
getScore()
void
setAligMat
(int i, int j, AligMatEl el) void
setAligMat
(AligMatEl[][] al) void
setGapExtCol
(float gapExtCol) void
setGapExtRow
(float gapExtRow) void
setGapOpenCol
(float gapOpenCol) void
setGapOpenRow
(float gapOpenRow) void
void
setPathSize
(int pathSize) void
setScore
(float score)
-
Constructor Details
-
StrCompAlignment
-
-
Method Details
-
getRows
-
getCols
-
setAligMat
-
getAligMat
-
getAligMat
- Specified by:
getAligMat
in interfaceAlignable
-
setAligMat
- Specified by:
setAligMat
in interfaceAlignable
-
getGapExtCol
- Specified by:
getGapExtCol
in interfaceAlignable
-
setGapExtCol
- Specified by:
setGapExtCol
in interfaceAlignable
-
getGapExtRow
- Specified by:
getGapExtRow
in interfaceAlignable
-
setGapExtRow
- Specified by:
setGapExtRow
in interfaceAlignable
-
getGapOpenCol
- Specified by:
getGapOpenCol
in interfaceAlignable
-
setGapOpenCol
- Specified by:
setGapOpenCol
in interfaceAlignable
-
getGapOpenRow
- Specified by:
getGapOpenRow
in interfaceAlignable
-
setGapOpenRow
- Specified by:
setGapOpenRow
in interfaceAlignable
-
getScore
-
setScore
-
getPath
-
setPath
-
getPathSize
- Specified by:
getPathSize
in interfaceAlignable
-
setPathSize
- Specified by:
setPathSize
in interfaceAlignable
-