|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodele.ObjectListe
modele.SequenceListe
controller.ListeBean
public class ListeBean
This class to transmit informations to the Java Servlet Page.
Field Summary | |
---|---|
private java.lang.String |
alignmentFile
To get the alignment FASTA File. |
private java.lang.String |
bestpredictions
To get the best predictions to be selected by SSCA. |
private java.lang.String |
bracketFile
To get the result brackets File. |
private Sequence |
cible
Better record here than in session. |
private java.lang.String |
contenuListe
What will appear in the HTML form selection of following pages : . |
private java.lang.String |
contenuListeJavaScript
To provide selection and view in web interface (JavaScript power !). |
private java.lang.String |
contenuListeMore
What will appear in the HTML form selection of following page : . |
private java.lang.String |
homoResults
Results for homologuous results to appear in formselectionhomol.jsp. |
private SequenceListe[] |
more
To get the many combinations selected after SSCA. |
private int |
n
The optimal number of sequences in a prediction. |
private int |
nombreSequences
Number of sequences (can be useful to control number of sequences in alignment). |
private java.lang.String |
results
To get the results in text / plain format |
private java.lang.String |
rnavizFile
To get the result RnaViz File. |
private java.lang.String |
SSCAResult
To get the results of SSCA |
Constructor Summary | |
---|---|
ListeBean()
|
Method Summary | |
---|---|
void |
addToResults(java.lang.String moreResults)
To add some more information to results (i.e. parameters...) |
void |
computeContenuListe()
This procedure to compute the contenuListe to be correct. |
void |
computeEffectsInContenuListe()
This procedure to compute results of SSCA algorithms (effects) Black Box note : scores *(-1) |
SequenceListe[] |
computePredictions()
To compute and gain all possible predictions (combinations). |
SequenceListe[] |
computePredictionsBB()
Deprecated. putted when conversion ProcessusOrigin.conversionFrom(origincomment.ADN1test, SequenceListe[]) |
void |
computePredictionsListes(int n)
This procedure to compute the differents predictions, which can be selected. |
private void |
computeSSCAresults()
This to permit export of SSCA results in XML format. |
private static java.lang.String |
convertNom(java.lang.String nom)
This procedure to remove first ('>') and last ('\n') character in sequences' names. |
private static java.lang.String |
decoupeString(java.lang.String chaineDecoupe)
This method to cut a String by 80 characters length substring. |
java.lang.String |
getAlignmentFile()
To get the alignment in fasta format and as a String. |
java.lang.String |
getBestpredictions()
To get the output in HTML format for best predictions of SSCA. |
java.lang.String |
getBracketFile()
The content of results in bracket file format in String. |
Sequence |
getCible()
To get the target sequence. |
java.lang.String |
getContenuListe()
To get the output in HTML format of what the list contain for selection. |
java.lang.String |
getContenuListeJavaScript()
To get the output in HTML/JavaScript format of what the list contain for selection. |
java.lang.String |
getContenuListeMore()
To get the output in HTML format of what the list contain for selection. |
java.lang.String |
getHomoResults()
To get the output in HTML format for homologuous results to appear in formselectionhomol.jsp. |
static java.lang.String |
getMinicadre(boolean logo)
Deprecated. [see the include] |
SequenceListe[] |
getMore(boolean tfold)
To get the many combinations selected after SSCA. |
int |
getN()
|
int |
getNombreSequences()
To get the number of sequences. |
int |
getNT()
|
java.lang.String |
getResults()
Use on page exportresults.jsp. |
java.lang.String |
getRnavizFile()
The content of results in RnaViz file format in String. |
java.lang.String |
getSSCAResult()
The content of SSCA sresult ins a XML String format. |
void |
setCible(int cible)
To record the target sequence. |
void |
setCible(Sequence cible)
To record the target sequence. |
void |
setN(int n)
|
void |
setResults(Sequence cible,
PalindromeListeListe results)
This procedure to compute the RnaViz and Bracket file result. |
void |
setResults(java.lang.String results)
To set the text / plain results. |
Methods inherited from class modele.SequenceListe |
---|
addSequence, clone, combinationWithoutRepetition, combinatoire, computeAverageVariabilite, equals, factorielle, getListe, getMoyenneVariabilite, getSequence, getSequence, has, isIn, length, removeSequence, removeSequence, setListe, setSequence, sortByDecreasing, sortByIncreasing |
Methods inherited from class modele.ObjectListe |
---|
addObjet, equals, getListeObjects, getObject, has, removeObject, removeObject, setListe, setObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String contenuListe
private java.lang.String contenuListeJavaScript
private java.lang.String contenuListeMore
private int nombreSequences
private java.lang.String homoResults
private Sequence cible
private java.lang.String results
OriginAlgorithmsStefan.getResults()
private java.lang.String rnavizFile
private java.lang.String bracketFile
private java.lang.String alignmentFile
private java.lang.String SSCAResult
private java.lang.String bestpredictions
private SequenceListe[] more
computePredictions()
,
getMore(boolean)
private int n
Constructor Detail |
---|
public ListeBean()
Method Detail |
---|
public void computeContenuListe()
contenuListe
,
contenuListeMore
,
nombreSequences
,
getContenuListe()
,
getNombreSequences()
public SequenceListe[] computePredictions()
SequenceListe.combinationWithoutRepetition(int, int, SequenceListe)
public SequenceListe[] computePredictionsBB()
ProcessusOrigin.conversionFrom(origincomment.ADN1test, SequenceListe[])
SequenceListe.combinationWithoutRepetition(int, int, SequenceListe)
,
ProcessusOrigin.conversionFrom(origincomment.ADN1test, SequenceListe[])
public void computePredictionsListes(int n)
n
- (int) Optimal number of sequences to be selected in the Liste.bestpredictions
,
getBestpredictions()
,
SequenceListe.combinationWithoutRepetition(int, int, SequenceListe)
,
computePredictions()
public void computeEffectsInContenuListe()
homoResults
,
getHomoResults()
,
computeSSCAresults()
private void computeSSCAresults()
SSCAResult
,
computeEffectsInContenuListe()
private static java.lang.String convertNom(java.lang.String nom)
nom
- (String)
computeSSCAresults()
private static java.lang.String decoupeString(java.lang.String chaineDecoupe)
chaineDecoupe
- (String)
Processus.doPost(HttpServletRequest, HttpServletResponse)
public static java.lang.String getMinicadre(boolean logo)
logo
- (boolean) to get logo or not
public java.lang.String getContenuListe()
contenuListe
,
computeContenuListe()
public java.lang.String getContenuListeJavaScript()
contenuListeJavaScript
,
computeContenuListe()
public java.lang.String getContenuListeMore()
contenuListeMore
,
computeContenuListe()
public int getNombreSequences()
nombreSequences
public java.lang.String getHomoResults()
homoResults
,
computeEffectsInContenuListe()
public java.lang.String getBestpredictions()
bestpredictions
,
computePredictionsListes(int)
public SequenceListe[] getMore(boolean tfold)
tfold
- (boolean) to precise if TFold of P-DCFold launched
more
,
computePredictions()
public java.lang.String getAlignmentFile()
alonefichiers
public void setResults(Sequence cible, PalindromeListeListe results)
cible
- (Sequence)results
- (PalindromeListeListe)rnavizFile
,
bracketFile
,
alonefichiers
,
alonefichiers
public void setResults(java.lang.String results)
results
- (String)OriginAlgorithmsStefan.getResults()
public void addToResults(java.lang.String moreResults)
moreResults
- (String)public java.lang.String getResults()
public java.lang.String getRnavizFile()
setResults(Sequence, PalindromeListeListe)
public java.lang.String getBracketFile()
setResults(Sequence, PalindromeListeListe)
public java.lang.String getSSCAResult()
SSCAResult
,
computeSSCAresults()
public void setCible(int cible)
cible
- (Sequence)cible
public void setCible(Sequence cible)
cible
- (Sequence)cible
public Sequence getCible()
public int getN()
public void setN(int n)
public int getNT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |