|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.unibi.techfak.InSilicoDicer.Actions.ScorePrecursor.Score_Gaasterland
public class Score_Gaasterland
| Field Summary | |
|---|---|
int |
win
|
| Constructor Summary | |
|---|---|
Score_Gaasterland()
|
|
| Method Summary | |
|---|---|
double |
countIntMm2IntBulges(java.lang.String viennaWin)
Computes the ratio of internal mismatches to internal bulges. |
int |
countMismatches(java.lang.String viennaWin)
Counts the number of all mismatches in the subsequence. |
int |
countTerminalMM(java.lang.String viennaWin)
Counts the number of terminal mismatches in the subsequence. |
java.util.Vector |
formula(PrecursorContainer pc)
Scores the window (mature miRNA) by a defined Formula |
Status |
getStatus()
Returns the status of current Action |
int |
isU(java.lang.String precursor,
int count)
Checks whether the substring starts with an 'U'. |
void |
setStatus(Status status)
Set the status of current Action |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int win
| Constructor Detail |
|---|
public Score_Gaasterland()
| Method Detail |
|---|
public int countMismatches(java.lang.String viennaWin)
viennaWin -
public int countTerminalMM(java.lang.String viennaWin)
viennaWin -
public double countIntMm2IntBulges(java.lang.String viennaWin)
viennaWin -
public int isU(java.lang.String precursor,
int count)
precursor - count -
public java.util.Vector formula(PrecursorContainer pc)
IScoreAction
formula in interface IScoreActionpublic Status getStatus()
Action
getStatus in interface Actionpublic void setStatus(Status status)
Action
setStatus in interface Actionstatus - - Status to be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||