public class BinaryResultSNP extends Object
| Constructor and Description |
|---|
BinaryResultSNP() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearMetaData() |
byte[] |
getAlleles() |
Byte |
getAssessedAllele() |
Byte |
getChr() |
Integer |
getChrpos() |
Double |
getCr() |
Double |
getHwe() |
Integer |
getId() |
Double |
getMaf() |
Byte |
getMinorAllele() |
String |
getName() |
Integer |
getNumsamples() |
Long |
getzScoreIndex() |
void |
setAlleles(byte[] alleles) |
void |
setAssessedAllele(Byte assessedAllele) |
void |
setChr(Byte chr) |
void |
setChrpos(Integer chrpos) |
void |
setCr(Double cr) |
void |
setHwe(Double hwe) |
void |
setId(Integer id) |
void |
setMaf(Double maf) |
void |
setMinorAllele(Byte minorAllele) |
void |
setName(String name) |
void |
setNumsamples(Integer numsamples) |
void |
setzScoreIndex(Long zScoreIndex) |
public String getName()
public void setName(String name)
name - the name to setpublic Byte getChr()
public void setChr(Byte chr)
chr - the chr to setpublic Integer getChrpos()
public void setChrpos(Integer chrpos)
chrpos - the chrpos to setpublic Integer getNumsamples()
public void setNumsamples(Integer numsamples)
numsamples - the numsamples to setpublic Integer getId()
public void setId(Integer id)
id - the id to setpublic Double getHwe()
public void setHwe(Double hwe)
hwe - the hwe to setpublic Double getMaf()
public void setMaf(Double maf)
maf - the maf to setpublic Double getCr()
public void setCr(Double cr)
cr - the cr to setpublic Byte getMinorAllele()
public void setMinorAllele(Byte minorAllele)
minorAllele - the minorAllele to setpublic Long getzScoreIndex()
public void setzScoreIndex(Long zScoreIndex)
zScoreIndex - the zScoreIndex to setpublic byte[] getAlleles()
public void setAlleles(byte[] alleles)
alleles - the alleles to setpublic Byte getAssessedAllele()
public void setAssessedAllele(Byte assessedAllele)
assessedAllele - the assessedAllele to setpublic void clearMetaData()
Copyright © 2015. All Rights Reserved.