Class SequencingMetadata.SequencingMetadataBuilder
java.lang.Object
ubic.gemma.core.loader.expression.sequencing.SequencingMetadata.SequencingMetadataBuilder
- Enclosing class:
SequencingMetadata
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Whether the reads are paired.The number of reads in the library.readLength(Integer readLength) The length of the reads.toString()
-
Method Details
-
readLength
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.- Returns:
this.
-
readCount
The number of reads in the library.This is
nullif unknown.- Returns:
this.
-
isPaired
Whether the reads are paired.This is
nullif unknown.- Returns:
this.
-
build
-
toString
-