| Package | Description |
|---|---|
| com.milaboratory.core.alignment.kaligner1 | |
| com.milaboratory.core.alignment.kaligner2 | |
| com.milaboratory.core.mutations | |
| com.milaboratory.util |
| Constructor and Description |
|---|
KMappingResult(IntArrayList seeds,
List<KMappingHit> hits)
Creates new KMappingResult
|
| Modifier and Type | Method and Description |
|---|---|
void |
KAligner2Statistics.afterCandidatesArrayDone(IntArrayList[] candidates) |
void |
KAligner2Statistics.afterTrimming(int id,
IntArrayList results) |
void |
KAligner2Statistics.afterUntangling(IntArrayList untangled) |
KMappingHit2 |
KMapper2.calculateHit(int id,
IntArrayList data,
IntArrayList seedPositions)
Array list wrapper for
KMapper2.calculateHit(int, int[], int, int, IntArrayList). |
void |
OffsetPacksAccumulator.calculateInitialPartitioning(IntArrayList list) |
static int |
KAligner2Statistics.countClusters(IntArrayList results) |
void |
KAligner2Statistics.initialClusters(int id,
IntArrayList results) |
static int |
KMapper2.positionInTarget(IntArrayList seedPositions,
int record) |
static String |
OffsetPacksAccumulator.toString(IntArrayList results,
IntArrayList seedPositions,
int[] data) |
| Constructor and Description |
|---|
KMappingResult2(IntArrayList seeds,
List<KMappingHit2> hits)
Creates new KMappingResult
|
| Constructor and Description |
|---|
Mutations(Alphabet<S> alphabet,
IntArrayList mutations) |
| Modifier and Type | Method and Description |
|---|---|
IntArrayList |
IntArrayList.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntArrayList.addAll(IntArrayList intArrayList) |
void |
IntArrayList.copyFrom(IntArrayList other) |
static int[] |
IntArrayList.getArrayReference(IntArrayList list) |
Copyright © 2018. All rights reserved.