S - sequence typeP - type of record payload, used to store additional information sequence in base to simplify it's subsequent
identification in result (e.g. Integer to just index sequences, or
com.milaboratory.core.alignment.blast.BlastDBRecord etc...)public interface BatchAligner<S extends Sequence<S>,H extends AlignmentHit<S,?>>
| Modifier and Type | Method and Description |
|---|---|
AlignmentResult<H> |
align(S sequence) |
AlignmentResult<H> |
align(S sequence,
int from,
int to) |
AlignmentResult<H> align(S sequence)
AlignmentResult<H> align(S sequence, int from, int to)
Copyright © 2018. All rights reserved.