Class SequencingMetadata
java.lang.Object
ubic.gemma.core.loader.expression.sequencing.SequencingMetadata
Represents sequencing metadata for a
BioAssay.- Author:
- poirigui
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanWhether the reads are paired.The number of reads in the library.The length of the reads.inthashCode()voidsetIsPaired(Boolean isPaired) Whether the reads are paired.voidsetReadCount(Long readCount) The number of reads in the library.voidsetReadLength(Integer readLength) The length of the reads.toString()
-
Method Details
-
builder
-
getReadLength
The length of the reads.If reads are paired, this is the sum of the length of each mate, not the fragment length.
This is
nullif unknown. -
getReadCount
The number of reads in the library.This is
nullif unknown. -
getIsPaired
Whether the reads are paired.This is
nullif unknown. -
setReadLength
The length of the reads.If reads are paired, this is the sum of the length of each mate, not the fragment length.
This is
nullif unknown. -
setReadCount
The number of reads in the library.This is
nullif unknown. -
setIsPaired
Whether the reads are paired.This is
nullif unknown. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-