Class ExpressionProfileDataObject

java.lang.Object
ubic.gemma.web.controller.visualization.ExpressionProfileDataObject

public class ExpressionProfileDataObject extends Object
A lightweight object to hold expression data for a single probe.
Author:
Paul
See Also:
  • Constructor Details

  • Method Details

    • getData

      public double[] getData()
    • getDedvId

      public Long getDedvId()
    • getEeId

      public Long getEeId()
    • getGeneIds

      public Collection<Long> getGeneIds()
    • getProbeId

      public Long getProbeId()
    • getProbeName

      public String getProbeName()
    • isNormalized

      public boolean isNormalized()
    • setData

      public void setData(double[] data)
    • setDedvId

      public void setDedvId(Long dedvId)
    • setEeId

      public void setEeId(Long eeId)
    • setGeneIds

      public void setGeneIds(Collection<Long> geneIds)
    • setNormalized

      public void setNormalized(boolean isNormalized)
    • setProbeId

      public void setProbeId(Long probeId)
    • setProbeName

      public void setProbeName(String probeName)