| Package | Description |
|---|---|
| com.milaboratory.core.alignment.kaligner1 |
| Modifier and Type | Class and Description |
|---|---|
class |
KAlignmentResultP<P,Q>
Piped version of
KAlignmentResult. |
| Modifier and Type | Method and Description |
|---|---|
KAlignmentResult<P> |
KAligner.align(NucleotideSequence sequence)
Performs a comprehensive alignment of a sequence.
|
KAlignmentResult<P> |
KAligner.align(NucleotideSequence sequence,
int from,
int to)
Performs a comprehensive alignment of a sequence.
|
KAlignmentResult<P> |
KAligner.align(NucleotideSequence sequence,
int from,
int to,
boolean restrictToRange,
BitArray filter)
Performs a comprehensive alignment of a sequence.
|
KAlignmentResult |
KAlignmentHit.getResult() |
| Constructor and Description |
|---|
KAlignmentHit(KAlignmentResult<P> result,
int index)
Creates new KAlignmentHit
|
Copyright © 2018. All rights reserved.