|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorigincomment.Appariement
public class Appariement
Class about pairwise and pair bases arrangement.
Alignement
,
Palindrome1cible.en_appariements(Vector)
Field Summary | |
---|---|
private int |
pos3prime
3' position. |
private int |
pos5prime
5' position. |
private double |
taux_mut
Mutation rate. |
Constructor Summary | |
---|---|
Appariement(int pos5,
int pos3,
double taux_mut)
Constructor. |
Method Summary | |
---|---|
void |
change_app3prime(int pos3)
|
void |
change_app5prime(int pos5)
|
void |
change_taux_mut(double taux)
|
boolean |
egaux_inverse(Appariement a)
Equals method with reverse positions. |
boolean |
egaux(Appariement a)
Equals method. |
static java.util.Vector |
en_paire_de_bases(java.io.BufferedReader entree)
"Get the pairwises contain in a ct format file" |
int |
quel_pos3prime()
|
int |
quel_pos5prime()
|
double |
quel_taux_mut()
|
int |
rechercher(java.util.Vector appariements)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int pos5prime
private int pos3prime
private double taux_mut
Constructor Detail |
---|
public Appariement(int pos5, int pos3, double taux_mut)
pos5
- (int) 5' positionpos3
- (int) 3' positiontaux_mut
- (int) mutation ratePalindrome1cible.en_appariements(Vector)
Method Detail |
---|
public int quel_pos5prime()
public int quel_pos3prime()
public double quel_taux_mut()
public void change_app5prime(int pos5)
public void change_app3prime(int pos3)
public void change_taux_mut(double taux)
public boolean egaux(Appariement a)
a
- (Appariement) other instance to compare with...
ADN1cible.calcul_score_structure(Vector, Vector)
,
rechercher(Vector)
public boolean egaux_inverse(Appariement a)
a
- (Appariement) other instance to compare with...
en_paire_de_bases(BufferedReader)
public int rechercher(java.util.Vector appariements)
public static java.util.Vector en_paire_de_bases(java.io.BufferedReader entree) throws java.lang.Exception
entree
- (BufferedReader)
java.lang.Exception
- eADN1cible.calcul_score_structure(String, String)
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 |