edu.iastate.metnet.hivemindService
Class ExportToBirdsEyeView

java.lang.Object
  extended by edu.iastate.metnet.hivemindService.ExportToBirdsEyeView

public class ExportToBirdsEyeView
extends java.lang.Object

HiveMind Service exports data to BirdseyeView

Author:
Mohammed Alabsi

Field Summary
(package private)  BirdsEyeView birdsEyeView
           
(package private)  javax.swing.JDialog dialog
           
 
Constructor Summary
ExportToBirdsEyeView()
           
 
Method Summary
 void createBirdsEyeViewProject(java.util.Hashtable data, java.util.ArrayList<java.lang.String> experiments, java.util.ArrayList<java.lang.String> probeNames)
          Method recieves experiment names, gene ids, and expression data and loads it to BEV
 void createBirdsEyeViewProject(MetaOmProject activeProject)
          Method sends the entire set of data from MetaOmGraph to BirdsEyeView.
 void FromMetaOmGraph(MetaOmProject activeProject)
          sends all data from MetaOmGraph to BirdseyeView
 void subsetToBirdsEyeView(MetaOmProject activeProject, java.util.ArrayList<SimpleGeneObj> genes)
          Method sends selected data to BirdsEyeView.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

birdsEyeView

BirdsEyeView birdsEyeView

dialog

javax.swing.JDialog dialog
Constructor Detail

ExportToBirdsEyeView

public ExportToBirdsEyeView()
Method Detail

FromMetaOmGraph

public void FromMetaOmGraph(MetaOmProject activeProject)
sends all data from MetaOmGraph to BirdseyeView

Parameters:
activeProject -

subsetToBirdsEyeView

public void subsetToBirdsEyeView(MetaOmProject activeProject,
                                 java.util.ArrayList<SimpleGeneObj> genes)
Method sends selected data to BirdsEyeView.


createBirdsEyeViewProject

public void createBirdsEyeViewProject(MetaOmProject activeProject)
Method sends the entire set of data from MetaOmGraph to BirdsEyeView.

Parameters:
activeProject -

createBirdsEyeViewProject

public void createBirdsEyeViewProject(java.util.Hashtable data,
                                      java.util.ArrayList<java.lang.String> experiments,
                                      java.util.ArrayList<java.lang.String> probeNames)
Method recieves experiment names, gene ids, and expression data and loads it to BEV

Parameters:
data -
experiments -
probeNames -