public class AnchorDataPHG extends Object implements Comparable<AnchorDataPHG>
| Constructor and Description |
|---|
AnchorDataPHG(com.google.common.collect.Range<net.maizegenetics.dna.map.Position> interval,
com.google.common.collect.Range<net.maizegenetics.dna.map.Position> gene,
String gvcf,
byte[] variants,
String sequence,
boolean isAnchor) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AnchorDataPHG other) |
static String |
createSHA1Hash(String seq) |
boolean |
equals(Object obj) |
com.google.common.collect.Range<net.maizegenetics.dna.map.Position> |
geneCoordinates() |
String |
gvcf() |
int |
hashCode() |
com.google.common.collect.Range<net.maizegenetics.dna.map.Position> |
intervalCoordinates() |
boolean |
isAnchor() |
String |
seqHash() |
int |
seqLen() |
String |
sequence() |
byte[] |
variants() |
public com.google.common.collect.Range<net.maizegenetics.dna.map.Position> intervalCoordinates()
public com.google.common.collect.Range<net.maizegenetics.dna.map.Position> geneCoordinates()
public String gvcf()
public byte[] variants()
public String sequence()
public int seqLen()
public String seqHash()
public boolean isAnchor()
public int compareTo(AnchorDataPHG other)
compareTo in interface Comparable<AnchorDataPHG>Copyright © 2018. All rights reserved.