| Package | Description |
|---|---|
| com.milaboratory.core.alignment.kaligner2 |
| Modifier and Type | Method and Description |
|---|---|
KMappingResult2 |
KMapper2.align(NucleotideSequence sequence)
Performs an alignment.
|
KMappingResult2 |
KMapper2.align(NucleotideSequence sequence,
int from,
int to)
Performs an alignment for a part of the target sequence.
|
KMappingResult2 |
KMapper2.align(NucleotideSequence sequence,
int from,
int to,
BitArray filter)
Performs an alignment for a part of the target sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KAligner2Statistics.kMappingResults(KMappingResult2 result) |
| Constructor and Description |
|---|
KAlignmentResult2(KMappingResult2 mappingResult,
List<KAlignmentHit2<P>> hits,
NucleotideSequence target,
int targetFrom,
int targetTo) |
Copyright © 2018. All rights reserved.