| Package | Description |
|---|---|
| com.milaboratory.core | |
| com.milaboratory.core.io.sequence | |
| com.milaboratory.core.io.sequence.fasta | |
| com.milaboratory.core.io.sequence.fastq |
| Modifier and Type | Method and Description |
|---|---|
Target[] |
PairedEndReadsLayout.createTargets(SingleRead read) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleReadImpl |
class |
SingleReadLazy |
| Modifier and Type | Method and Description |
|---|---|
SingleRead |
PairedRead.getR1() |
SingleRead |
PairedRead.getR2() |
SingleRead |
SingleReadLazy.getRead(int i) |
SingleRead |
SingleReadImpl.getRead(int i) |
SingleRead |
SequenceRead.getRead(int i) |
SingleRead |
MultiRead.getRead(int i) |
protected SingleRead[] |
AbstractMultiReader.takeReads() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SingleRead> |
SingleReadLazy.iterator() |
Iterator<SingleRead> |
SingleReadImpl.iterator() |
Iterator<SingleRead> |
MultiRead.iterator() |
| Constructor and Description |
|---|
MultiRead(SingleRead[] data) |
PairedRead(SingleRead... data) |
| Modifier and Type | Method and Description |
|---|---|
SingleRead |
FastaSequenceReaderWrapper.take() |
| Modifier and Type | Method and Description |
|---|---|
void |
FastaSequenceWriterWrapper.write(SingleRead read) |
| Modifier and Type | Method and Description |
|---|---|
SingleRead |
FastqRecordsReader.createRead(long id,
QualityFormat format) |
SingleRead |
SingleFastqReader.take() |
SingleRead |
SingleFastqIndexer.take() |
SingleRead |
RandomAccessFastqReader.take() |
SingleRead |
RandomAccessFastqReader.take(long recordNumber) |
protected SingleRead |
RandomAccessFastqReader.take0() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleFastqWriter.write(SingleRead read) |
Copyright © 2018. All rights reserved.