Class SraRunStatistics
java.lang.Object
ubic.gemma.core.loader.expression.sra.model.SraRunStatistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanUsually a number, but can take the value "variable".Might be missing ifnumberOfReadsis "variable".Might be missing ifnumberOfReadsis "variable".inthashCode()voidsetNumberOfReads(String numberOfReads) Usually a number, but can take the value "variable".voidsetNumberOfSpots(Long numberOfSpots) Might be missing ifnumberOfReadsis "variable".voidsetReadStatistics(List<SraReadStatistics> readStatistics) Might be missing ifnumberOfReadsis "variable".toString()
-
Constructor Details
-
SraRunStatistics
public SraRunStatistics()
-
-
Method Details
-
getNumberOfReads
Usually a number, but can take the value "variable". -
getNumberOfSpots
Might be missing ifnumberOfReadsis "variable". -
getReadStatistics
Might be missing ifnumberOfReadsis "variable". -
setNumberOfReads
Usually a number, but can take the value "variable". -
setNumberOfSpots
Might be missing ifnumberOfReadsis "variable". -
setReadStatistics
Might be missing ifnumberOfReadsis "variable". -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-