|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.microrna.MicroTopTable
public class MicroTopTable
Description
Infos : KLB - IPMC - 04/2008
| Field Summary | |
|---|---|
private double |
apv_cutoff
adjusted p.value cutoff |
private double |
avgexpr
avgexpr |
private double |
b_cutoff
b_cutoff |
private java.util.Hashtable |
hashMttdata
|
private Graph |
imgA
|
private Graph |
imgB
|
private Graph |
imgDOWN
|
private Graph |
imgM
|
private Graph |
imgUP
|
private double |
logfc
logfc |
private java.lang.String |
lst_genes_down
|
private java.lang.String |
lst_genes_up
|
private java.lang.String |
mature_acc
auto_mature |
private double |
mfe_cutoff
mfe_cutoff |
private int |
nb_all_down
|
private int |
nb_all_up
|
private int |
nb_gene
|
private int |
nb_gene_a
|
private int |
nb_gene_filt
|
private int |
software_id
software |
private boolean |
tf
|
private Toptable |
toptable_gene
toptable_gene |
private Toptable |
toptable_micro
toptable_micro |
private java.util.Vector |
vectorKeys
|
| Constructor Summary | |
|---|---|
MicroTopTable()
Default constructor |
|
| Method Summary | |
|---|---|
double |
getApv_cutoff()
adjusted p.value cutoff |
double |
getAvgexpr()
avgexpr |
double |
getB_cutoff()
b_cutoff |
java.util.Hashtable |
getHashMttdata()
hashMttdata |
Graph |
getImgA()
imgA |
Graph |
getImgB()
imgB |
Graph |
getImgDOWN()
imgDOWN |
Graph |
getImgM()
imgM |
Graph |
getImgUP()
imgUP |
double |
getLogfc()
logfc |
java.lang.String |
getLst_genes_down()
lst_genes_down |
java.lang.String |
getLst_genes_up()
lst_genes_up |
java.lang.String |
getMature_acc()
auto_mature |
double |
getMfe_cutoff()
mfe_cutoff |
int |
getNb_all_down()
|
int |
getNb_all_up()
|
int |
getNb_gene_a()
|
int |
getNb_gene_filt()
|
int |
getNb_gene()
|
int |
getSoftware_id()
software_id |
Toptable |
getToptable_gene()
toptable_gene |
Toptable |
getToptable_micro()
toptable_micro |
java.util.Vector |
getVectorKeys()
Vector of keys ordered |
void |
initHashMttdata()
|
void |
loadParams(java.util.Hashtable params)
This function load parameters from Html Form. |
void |
makeGraphs(java.util.Hashtable hashTTData,
java.util.Hashtable hashStats)
|
void |
proceedSearch()
This function proceed to the search. |
void |
setApv_cutoff(double apv_cutoff)
|
void |
setAvgexpr(double avgexpr)
|
void |
setB_cutoff(double b_cutoff)
|
void |
setHashMttdata(java.util.Hashtable hashMttdata)
|
void |
setImgA(Graph imgA)
|
void |
setImgB(Graph imgB)
|
void |
setImgDOWN(Graph imgDOWN)
|
void |
setImgM(Graph imgM)
|
void |
setImgUP(Graph imgUP)
|
void |
setLogfc(double logfc)
|
void |
setLst_genes_down(java.lang.String lst_genes_down)
|
void |
setLst_genes_up(java.lang.String lst_genes_up)
|
void |
setMature_acc(java.lang.String mature_acc)
|
void |
setMfe_cutoff(double mfe_cutoff)
|
void |
setSoftware_id(int software_id)
|
void |
setToptable_gene(Toptable toptable_gene)
|
void |
setToptable_micro(Toptable toptable_micro)
|
void |
setVectorKeys(java.util.Vector vectorKeys)
|
void |
sortMyVector(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Toptable toptable_gene
private Toptable toptable_micro
private double logfc
private double avgexpr
private double b_cutoff
private double apv_cutoff
private double mfe_cutoff
private java.lang.String mature_acc
private int software_id
private boolean tf
private java.util.Hashtable hashMttdata
private java.util.Vector vectorKeys
private int nb_gene
private int nb_gene_a
private int nb_gene_filt
private int nb_all_up
private int nb_all_down
private java.lang.String lst_genes_up
private java.lang.String lst_genes_down
private Graph imgA
private Graph imgB
private Graph imgM
private Graph imgUP
private Graph imgDOWN
| Constructor Detail |
|---|
public MicroTopTable()
| Method Detail |
|---|
public Toptable getToptable_gene()
public void setToptable_gene(Toptable toptable_gene)
public Toptable getToptable_micro()
public void setToptable_micro(Toptable toptable_micro)
public double getLogfc()
public void setLogfc(double logfc)
public double getAvgexpr()
public void setAvgexpr(double avgexpr)
public double getB_cutoff()
public void setB_cutoff(double b_cutoff)
public double getApv_cutoff()
public void setApv_cutoff(double apv_cutoff)
public double getMfe_cutoff()
public void setMfe_cutoff(double mfe_cutoff)
public java.lang.String getMature_acc()
public void setMature_acc(java.lang.String mature_acc)
public int getSoftware_id()
public void setSoftware_id(int software_id)
public java.util.Hashtable getHashMttdata()
public void setHashMttdata(java.util.Hashtable hashMttdata)
public java.util.Vector getVectorKeys()
public void setVectorKeys(java.util.Vector vectorKeys)
public int getNb_gene()
public int getNb_gene_a()
public int getNb_gene_filt()
public int getNb_all_up()
public int getNb_all_down()
public java.lang.String getLst_genes_up()
public void setLst_genes_up(java.lang.String lst_genes_up)
public java.lang.String getLst_genes_down()
public void setLst_genes_down(java.lang.String lst_genes_down)
public Graph getImgA()
public void setImgA(Graph imgA)
public Graph getImgM()
public void setImgM(Graph imgM)
public Graph getImgB()
public void setImgB(Graph imgB)
public Graph getImgUP()
public void setImgUP(Graph imgUP)
public Graph getImgDOWN()
public void setImgDOWN(Graph imgDOWN)
public void loadParams(java.util.Hashtable params)
proceedSearch()public void initHashMttdata()
public void proceedSearch()
public void sortMyVector(java.lang.String type)
public void makeGraphs(java.util.Hashtable hashTTData,
java.util.Hashtable hashStats)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||