Class GeneCoexpressedGenes

  • All Implemented Interfaces:
    Serializable

    public class GeneCoexpressedGenes
    extends IdArray
    Important: this is slightly misnamed, since it potentially includes links that have support of zero. It cannot be used to get coexpression information for genes. It is only used to speed up analysis of data sets, when deciding which links are new and which are updated. See CoexpressionDaoImpl.
    Author:
    Paul
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneCoexpressedGenes

        public GeneCoexpressedGenes()
      • GeneCoexpressedGenes

        public GeneCoexpressedGenes​(Long geneId)
    • Method Detail

      • getGeneId

        public Long getGeneId()
      • setGeneId

        public void setGeneId​(Long geneId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object