|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodele.ConvertedProfil
public class ConvertedProfil
"A mutation profile is a 4*4 matrix" : in reality it is 4*7...
Field Summary | |
---|---|
private int |
numerosequence
Sequence which will be compared to others. |
private double[][] |
profil
The matrix of profile |
private Sequence[] |
tableauSequences
Homologuous / test sequences ? |
private Sequence |
target
Target sequence ? |
Constructor Summary | |
---|---|
ConvertedProfil()
Deprecated. [not used] |
|
ConvertedProfil(Sequence target,
Sequence[] tableauSequences)
Constrcutor with given target sequence and table of test sequences. |
Method Summary | |
---|---|
void |
change_adn(Sequence nv)
|
void |
change_case(double nv,
int i,
int j)
|
private void |
initialisation()
Initialise the current score matrix with all to 0. |
double |
pourcentage(int i,
int j)
|
Sequence |
quel_adn()
|
double[][] |
quel_profil()
|
Sequence[] |
quels_adns_tests()
|
void |
remplir(Palindrome[] tabpal,
int numerosequence)
This procedure to make the profile will be not empty... |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private double[][] profil
private Sequence target
private Sequence[] tableauSequences
private int numerosequence
Constructor Detail |
---|
public ConvertedProfil()
initialisation()
public ConvertedProfil(Sequence target, Sequence[] tableauSequences)
target
- (Sequence)tableauSequences
- (Sequence[])initialisation()
,
OtherAlgoStefanConverter.algoSSCA(Sequence, SequenceListe)
,
OtherAlgoStefanConverter.algoSSCA(Sequence, SequenceListe, int, int, double, double, boolean)
Method Detail |
---|
public double[][] quel_profil()
public Sequence quel_adn()
public Sequence[] quels_adns_tests()
public double pourcentage(int i, int j)
public void change_adn(Sequence nv)
public void change_case(double nv, int i, int j)
private void initialisation()
ConvertedProfil()
,
ConvertedProfil(Sequence, Sequence[])
,
remplir(Palindrome[], int)
public void remplir(Palindrome[] tabpal, int numerosequence)
tabpal
- (Palindrome)numerosequence
- (int) number of sequenceOtherAlgoStefanConverter.algoSSCA(Sequence, SequenceListe)
,
OtherAlgoStefanConverter.algoSSCA(Sequence, SequenceListe, int, int, double, double, boolean)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |