|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorigincomment.Profil
public class Profil
"A mutation profile is a 4*4 matrix" : in reality it is 4*7...
| Field Summary | |
|---|---|
private ADN1cible |
adn
Target sequence ? |
private ADN1test[] |
adntest
Homologuous / test sequences ? |
private int |
numerosequence
Sequence which will be compared to others. |
private double[][] |
profil
The matrix of profile |
| Constructor Summary | |
|---|---|
Profil()
Deprecated. [not used] |
|
Profil(ADN1cible adn,
ADN1test[] tabAdnTest)
Constrcutor with given target sequence and table of test sequences. |
|
| Method Summary | |
|---|---|
void |
change_adn(ADN1cible 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)
|
ADN1cible |
quel_adn()
|
double[][] |
quel_profil()
|
ADN1test[] |
quels_adns_tests()
|
void |
remplir(Palindrome1cible[] 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 ADN1cible adn
private ADN1test[] adntest
private int numerosequence
| Constructor Detail |
|---|
public Profil()
initialisation()
public Profil(ADN1cible adn,
ADN1test[] tabAdnTest)
adn - (ADN1cible)tabAdnTest - (ADN1test[])initialisation(),
ADN1test.distance(ADN1cible, ADN1test, ADN1test[]),
OriginAlgoStefanConverter.distance(ADN1cible, ADN1test, ADN1test[])| Method Detail |
|---|
public double[][] quel_profil()
public ADN1cible quel_adn()
public ADN1test[] quels_adns_tests()
public double pourcentage(int i,
int j)
public void change_adn(ADN1cible nv)
public void change_case(double nv,
int i,
int j)
private void initialisation()
Profil(),
Profil(ADN1cible, ADN1test[]),
remplir(Palindrome1cible[], int)
public void remplir(Palindrome1cible[] tabpal,
int numerosequence)
tabpal - (Palindrome1cible)numerosequence - (int) number of sequenceADN1test.distance(ADN1cible, ADN1test, ADN1test[]),
Interface12.setInterface(Profil, String, Palindrome1cible, int)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 | |||||||||