| Package | Description |
|---|---|
| com.milaboratory.core.alignment.benchmark | |
| com.milaboratory.core.alignment.kaligner2 |
| Modifier and Type | Field and Description |
|---|---|
KAligner2Statistics |
BenchmarkResults.stat |
| Modifier and Type | Method and Description |
|---|---|
KAligner2Statistics |
BenchmarkResults.getStat() |
| Constructor and Description |
|---|
BenchmarkResults(BenchmarkInput input,
KAligner2Statistics stat,
long executionTime,
int processedQueries,
int processedGoodQueries,
int falsePositives,
int mismatched,
int noHits,
int scoreError) |
| Modifier and Type | Method and Description |
|---|---|
static KMapper2 |
KMapper2.createFromParameters(KAlignerParameters2 parameters,
KAligner2Statistics stat)
Factory method to create KMapper2 using parameters specified in the
KAlignerParameters2
object. |
| Constructor and Description |
|---|
KAligner2(KAlignerParameters2 parameters,
KAligner2Statistics stat) |
KMapper2(int nValue,
int kValue,
int minDistance,
int maxDistance,
int absoluteMinClusterScore,
int extraClusterScore,
int absoluteMinScore,
float relativeMinScore,
int matchScore,
int mismatchScore,
int offsetShiftScore,
int slotCount,
int maxClusters,
int maxClusterIndels,
int kMersPerPosition,
boolean floatingLeftBound,
boolean floatingRightBound,
KAligner2Statistics stat)
Creates new KMer mapper.
|
Copyright © 2018. All rights reserved.