Class GeneShadow

  • All Implemented Interfaces:
    Annotatable, BioEntity, Gene, SequenceFeature, org.intermine.model.FastPathObject, org.intermine.model.InterMineFastPathObject, org.intermine.model.InterMineObject, org.intermine.model.ShadowClass

    public class GeneShadow
    extends java.lang.Object
    implements Gene, org.intermine.model.ShadowClass
    • Field Detail

      • shadowOf

        public static final java.lang.Class<Gene> shadowOf
      • briefDescription

        protected java.lang.String briefDescription
      • description

        protected java.lang.String description
      • cytoLocation

        protected java.lang.String cytoLocation
      • upstreamIntergenicRegion

        protected org.intermine.model.InterMineObject upstreamIntergenicRegion
      • downstreamIntergenicRegion

        protected org.intermine.model.InterMineObject downstreamIntergenicRegion
      • introns

        protected java.util.Set<Intron> introns
      • proteins

        protected java.util.Set<Protein> proteins
      • CDSs

        protected java.util.Set<CDS> CDSs
      • exons

        protected java.util.Set<Exon> exons
      • UTRs

        protected java.util.Set<UTR> UTRs
      • score

        protected java.lang.Double score
      • scoreType

        protected java.lang.String scoreType
      • length

        protected java.lang.Integer length
      • strain

        protected org.intermine.model.InterMineObject strain
      • sequenceOntologyTerm

        protected org.intermine.model.InterMineObject sequenceOntologyTerm
      • chromosomeLocation

        protected org.intermine.model.InterMineObject chromosomeLocation
      • sequence

        protected org.intermine.model.InterMineObject sequence
      • chromosome

        protected org.intermine.model.InterMineObject chromosome
      • overlappingFeatures

        protected java.util.Set<SequenceFeature> overlappingFeatures
      • symbol

        protected java.lang.String symbol
      • name

        protected java.lang.String name
      • secondaryIdentifier

        protected java.lang.String secondaryIdentifier
      • organism

        protected org.intermine.model.InterMineObject organism
      • locatedFeatures

        protected java.util.Set<Location> locatedFeatures
      • locations

        protected java.util.Set<Location> locations
      • synonyms

        protected java.util.Set<Synonym> synonyms
      • dataSets

        protected java.util.Set<DataSet> dataSets
      • crossReferences

        protected java.util.Set<CrossReference> crossReferences
      • primaryIdentifier

        protected java.lang.String primaryIdentifier
      • publications

        protected java.util.Set<Publication> publications
      • id

        protected java.lang.Integer id
    • Constructor Detail

      • GeneShadow

        public GeneShadow()