| Package | Description |
|---|---|
| com.milaboratory.core.alignment.batch | |
| com.milaboratory.core.alignment.blast | |
| com.milaboratory.core.alignment.kaligner1 |
| Modifier and Type | Field and Description |
|---|---|
static SequenceExtractor |
BatchAlignmentUtil.DUMMY_EXTRACTOR |
| Modifier and Type | Method and Description |
|---|---|
<Q> cc.redberry.pipe.OutputPort<? extends PipedAlignmentResult<H,Q>> |
PipedBatchAligner.align(cc.redberry.pipe.OutputPort<Q> input,
SequenceExtractor<Q,S> extractor)
Starts processing of input sequences and returns pipe of results.
|
<Q> cc.redberry.pipe.OutputPort<PipedAlignmentResult<H,Q>> |
AbstractBatchAligner.align(cc.redberry.pipe.OutputPort<Q> input,
SequenceExtractor<Q,S> extractor) |
| Modifier and Type | Method and Description |
|---|---|
<Q> cc.redberry.pipe.OutputPort<PipedAlignmentResult<H,Q>> |
BlastAlignerExtAbstract.align(cc.redberry.pipe.OutputPort<Q> input,
SequenceExtractor<Q,S> extractor) |
<Q> cc.redberry.pipe.OutputPort<? extends PipedAlignmentResult<H,Q>> |
BlastAlignerAbstract.align(cc.redberry.pipe.OutputPort<Q> input,
SequenceExtractor<Q,S> extractor) |
| Modifier and Type | Method and Description |
|---|---|
<Q> cc.redberry.pipe.OutputPort<KAlignmentResultP<P,Q>> |
KAligner.align(cc.redberry.pipe.OutputPort<Q> input,
SequenceExtractor<Q,NucleotideSequence> extractor) |
Copyright © 2018. All rights reserved.