Class PhenotypeAssociation

    • Constructor Detail

      • PhenotypeAssociation

        public PhenotypeAssociation()
        Deprecated.
        No-arg constructor added to satisfy javabean contract
    • Method Detail

      • getAssociationType

        public Characteristic getAssociationType()
        Deprecated.
        Returns:
        Describes the nature of the link between (genetic or physiological variation in) the gene and the phenotype, such as "predisposes to" or "causes".
      • setAssociationType

        public void setAssociationType​(Characteristic associationType)
        Deprecated.
      • getEvidenceCode

        public GOEvidenceCode getEvidenceCode()
        Deprecated.
      • setEvidenceCode

        public void setEvidenceCode​(GOEvidenceCode evidenceCode)
        Deprecated.
      • getEvidenceSource

        public DatabaseEntry getEvidenceSource()
        Deprecated.
        Returns:
        An optional external identifiable source for the evidence, if it does not come from with the system. Used to flag evidence that is imported from other phenotype databases, for example.
      • setEvidenceSource

        public void setEvidenceSource​(DatabaseEntry evidenceSource)
        Deprecated.
      • getGene

        public Gene getGene()
        Deprecated.
      • setGene

        public void setGene​(Gene gene)
        Deprecated.
      • getIsNegativeEvidence

        public Boolean getIsNegativeEvidence()
        Deprecated.
        Returns:
        If true, this association is a negative one: it indicates the evidence argues against an association between the gene and the phenotype. The default value is false. Use of this field should follow curator guidelines.
      • setIsNegativeEvidence

        public void setIsNegativeEvidence​(Boolean isNegativeEvidence)
        Deprecated.
      • getPhenotypes

        public Set<Characteristic> getPhenotypes()
        Deprecated.
        Returns:
        The phenotype this association is about. A phenotype is (basically) a term from a controlled vocabulary such as a disease.
      • setPhenotypes

        public void setPhenotypes​(Set<Characteristic> phenotypes)
        Deprecated.
      • getScore

        public String getScore()
        Deprecated.
        Returns:
        A score, either provided by the system or (often) imported from an external source. If this is populated, the scoreType should be populated.
      • setScore

        public void setScore​(String score)
        Deprecated.
      • getScoreType

        public QuantitationType getScoreType()
        Deprecated.
        Returns:
        Describes the score associated with the evidence.
      • setScoreType

        public void setScoreType​(QuantitationType scoreType)
        Deprecated.
      • getStrength

        public Double getStrength()
        Deprecated.
        Returns:
        The relative strength of the evidence, where higher values are better. This strength may be based on human curation could be from an outside source), automated criteria, or a combination of the two.
      • setStrength

        public void setStrength​(Double strength)
        Deprecated.
      • setPhenotypeAssociationPublications

        public void setPhenotypeAssociationPublications​(Set<PhenotypeAssociationPublication> phenotypeAssociationPublications)
        Deprecated.
      • getOriginalPhenotype

        public String getOriginalPhenotype()
        Deprecated.
      • setOriginalPhenotype

        public void setOriginalPhenotype​(String originalPhenotype)
        Deprecated.
      • getRelationship

        public String getRelationship()
        Deprecated.
      • setRelationship

        public void setRelationship​(String relationship)
        Deprecated.
      • getLastUpdated

        public Date getLastUpdated()
        Deprecated.
      • setLastUpdated

        public void setLastUpdated​(Date lastUpdated)
        Deprecated.