|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalonefichiers.Fichier
alonefichiers.FichierConvert
public class FichierConvert
This class for Convert recording file Format.
see also :
Lab for Computational Biology - alterRNA
The predicted RNA structure in Connect(.ct) file format.
The sequence length is given in the first line. For each nucleotide i,
there is a line which consists of: the line number(i), the letter denotion
of the nucleotide, the predecessor base index(i-1), the successor base
index(i+1), the paired base index(0 if unpaired) and the original base
index(i).
Field Summary | |
---|---|
private Sequence |
cible
Current seqquence of file. |
private PalindromeListe |
liste
Current list of palindromes of file. |
Constructor Summary | |
---|---|
FichierConvert(Sequence cible,
PalindromeListe liste)
Constructor with given sequence and a list of palindromes. |
|
FichierConvert(java.lang.String filename)
Constructor with a given filename. |
Method Summary | |
---|---|
double[] |
comparisonScore(FichierConvert toComputeWith)
Comparison between two (2) results of palindrome's search in convert file format. |
PalindromeListe |
getListe()
To get the list of palindromes of current instance. |
Sequence |
getSequence()
To get the sequence of current instance. |
Methods inherited from class alonefichiers.Fichier |
---|
addToChamps, getChamp, getChamps, getChampsToString, getNom, getType, isValid, length, printFile, readFile, setChamps, setChamps, setValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Sequence cible
private PalindromeListe liste
Constructor Detail |
---|
public FichierConvert(java.lang.String filename)
filename
- (String)Path and name of the file.Fichier.readFile(String)
,
Fichier.isValid()
public FichierConvert(Sequence cible, PalindromeListe liste)
cible
- Sequenceliste
- PalindromeListeFichier.Fichier(String, String)
,
Fichier.printFile()
Method Detail |
---|
public Sequence getSequence()
public PalindromeListe getListe()
public double[] comparisonScore(FichierConvert toComputeWith)
toComputeWith
- (FichierConvert)Other structure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |