| Package | Description |
|---|---|
| com.milaboratory.core.alignment.batch | |
| com.milaboratory.core.alignment.blast | |
| com.milaboratory.core.alignment.kaligner1 |
| Modifier and Type | Class and Description |
|---|---|
class |
PipedAlignmentResultImpl<H extends AlignmentHit<?,?>,Q> |
| Modifier and Type | Method and Description |
|---|---|
<Q extends HasSequence<S>> |
PipedBatchAligner.align(cc.redberry.pipe.OutputPort<Q> input)
Starts processing of input sequences and returns pipe of results.
|
<Q extends HasSequence<S>> |
AbstractBatchAligner.align(cc.redberry.pipe.OutputPort<Q> input) |
<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 extends HasSequence<S>> |
BlastAlignerExtAbstract.align(cc.redberry.pipe.OutputPort<Q> input) |
<Q extends HasSequence<S>> |
BlastAlignerAbstract.align(cc.redberry.pipe.OutputPort<Q> input) |
<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 | Class and Description |
|---|---|
class |
KAlignmentResultP<P,Q>
Piped version of
KAlignmentResult. |
Copyright © 2018. All rights reserved.