| Constructor and Description |
|---|
CaddVariant() |
| Modifier and Type | Method and Description |
|---|---|
static CaddVariant |
create(String chrom,
long pos,
String ref,
String alt,
Double rawScore,
Double phred) |
abstract String |
getAlt() |
abstract String |
getChrom() |
String |
getInfo() |
LineType |
getLineType() |
abstract Double |
getPhred() |
abstract long |
getPos() |
abstract Double |
getRawScore() |
abstract String |
getRef() |
String |
toString() |
public abstract String getChrom()
public abstract long getPos()
public abstract String getRef()
public abstract String getAlt()
public String getInfo()
public LineType getLineType()
getLineType in interface Variantpublic static CaddVariant create(String chrom, long pos, String ref, String alt, Double rawScore, Double phred)
Copyright © 2017. All Rights Reserved.