| Package | Description |
|---|---|
| com.milaboratory.core.alignment.batch | |
| com.milaboratory.core.alignment.blast | |
| com.milaboratory.core.alignment.kaligner1 | |
| com.milaboratory.core.alignment.kaligner2 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBatchAligner<S extends Sequence<S>,H extends AlignmentHit<S,?>> |
interface |
AlignmentResult<H extends AlignmentHit<?,?>> |
class |
AlignmentResultImpl<H extends AlignmentHit<?,?>> |
interface |
BatchAligner<S extends Sequence<S>,H extends AlignmentHit<S,?>>
Represents aligner that can align a sequence against a set of other sequences.
|
interface |
BatchAlignerWithBase<S extends Sequence<S>,P,H extends AlignmentHit<S,P>>
BatchAligner with self-managed database (user can directly add subject sequences before running alignment). |
interface |
BatchAlignerWithBaseWithFilter<S extends Sequence<S>,P,H extends AlignmentHit<S,P>> |
interface |
PipedAlignmentResult<H extends AlignmentHit<?,?>,Q> |
class |
PipedAlignmentResultImpl<H extends AlignmentHit<?,?>,Q> |
interface |
PipedBatchAligner<S extends Sequence<S>,H extends AlignmentHit<? extends S,?>>
Represents aligner that can align a sequence against a set of other sequences.
|
interface |
PipedBatchAlignerWithBase<S extends Sequence<S>,P,H extends AlignmentHit<? extends S,? extends P>>
PipedBatchAligner with self-managed database (user can directly add subject sequences before running alignment). |
| Modifier and Type | Class and Description |
|---|---|
class |
AlignmentHitImpl<S extends Sequence<S>,P> |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<AlignmentHit<?,?>> |
BatchAlignmentUtil.ALIGNMENT_SCORE_HIT_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
AlignmentResult<AlignmentHit<S,P>> |
SimpleBatchAligner.align(S sequence) |
AlignmentResult<AlignmentHit<S,P>> |
SimpleBatchAligner.align(S sequence,
int from,
int to) |
<P> BatchAlignerWithBaseWithFilter<NucleotideSequence,P,? extends AlignmentHit<NucleotideSequence,P>> |
BatchAlignerWithBaseParameters.createAligner() |
| Modifier and Type | Class and Description |
|---|---|
class |
AABlastHit<P> |
class |
AABlastHitExt |
class |
BlastHit<S extends Sequence<S>,P> |
class |
BlastHitExt<S extends Sequence<S>> |
class |
NBlastHit<P> |
class |
NBlastHitExt |
| Modifier and Type | Class and Description |
|---|---|
class |
KAlignmentHit<P>
KAlignmentHit - class which represents single hit for
KAlignmentResult |
| Modifier and Type | Class and Description |
|---|---|
class |
KAlignmentHit2<P> |
Copyright © 2018. All rights reserved.