Class SraRunStatistics

java.lang.Object
ubic.gemma.core.loader.expression.sra.model.SraRunStatistics

public class SraRunStatistics extends Object
  • Constructor Details

    • SraRunStatistics

      public SraRunStatistics()
  • Method Details

    • getNumberOfReads

      public String getNumberOfReads()
      Usually a number, but can take the value "variable".
    • getNumberOfSpots

      @Nullable public Long getNumberOfSpots()
      Might be missing if numberOfReads is "variable".
    • getReadStatistics

      @Nullable public List<SraReadStatistics> getReadStatistics()
      Might be missing if numberOfReads is "variable".
    • setNumberOfReads

      public void setNumberOfReads(String numberOfReads)
      Usually a number, but can take the value "variable".
    • setNumberOfSpots

      public void setNumberOfSpots(@Nullable Long numberOfSpots)
      Might be missing if numberOfReads is "variable".
    • setReadStatistics

      public void setReadStatistics(@Nullable List<SraReadStatistics> readStatistics)
      Might be missing if numberOfReads is "variable".
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object