public final class KMappingHit extends Object implements Serializable
KMappingResult| Constructor and Description |
|---|
KMappingHit(int offset,
int id,
float score,
int from,
int to)
Creates new KMappingHit
|
public KMappingHit(int offset,
int id,
float score,
int from,
int to)
offset - best offset value (most popular offset)id - reference id (in KMapper storage)score - absolute alignment score valuefrom - index of seed in seeds array of KMappingResult from which intersection range of target and reference sequences startsto - index of seed in seeds array of KMappingResult from which intersection range of target and reference sequences endsCopyright © 2018. All rights reserved.