Class Reporter

  • All Implemented Interfaces:
    Serializable, Describable, Identifiable

    public class Reporter
    extends AbstractDescribable
    implements Serializable
    A "probe" (Affymetrix); for other types of arrays, there is no practical distinction between compositesequences and reporters, and all analysis would take place at the level of CompositeSequences. For a brief time this was part of our core data model; but currently this is used only transiently during parsing etc. of Affymetrix platform sequence files.
    See Also:
    Serialized Form
    • Constructor Detail

      • Reporter

        public Reporter()
        No-arg constructor added to satisfy javabean contract
    • Method Detail

      • setRow

        public void setRow​(Integer row)
      • setCol

        public void setCol​(Integer col)
      • getStartInBioChar

        public Long getStartInBioChar()
      • setStartInBioChar

        public void setStartInBioChar​(Long startInBioChar)
      • getStrand

        public String getStrand()
        Returns:
        Strand on which the reporter aligns to the biologicalCharacteristic. True=plus strand. False=minus strand.
      • setStrand

        public void setStrand​(String strand)
      • setCompositeSequence

        public void setCompositeSequence​(CompositeSequence compositeSequence)
      • getImmobilizedCharacteristic

        public BioSequence getImmobilizedCharacteristic()
        Returns:
        The sequence that is on the array for this reporter.
      • setImmobilizedCharacteristic

        public void setImmobilizedCharacteristic​(BioSequence immobilizedCharacteristic)