public class MinimalEQTL extends Object
| Constructor and Description |
|---|
MinimalEQTL() |
MinimalEQTL(double pValue,
String rsName,
byte rsChr,
int rsChrPos,
String probe,
byte probeChr,
int probeChrPos) |
MinimalEQTL(EQTL e) |
MinimalEQTL(String[] eQTLrowInformation) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<MinimalEQTL> |
convertArray(ArrayList<EQTL> qtlBuffer) |
char |
getAssesedAllele() |
String |
getProbe() |
Byte |
getProbeChr() |
Integer |
getProbeChrPos() |
double |
getPvalue() |
Double |
getPvalueAbs() |
Byte |
getRsChr() |
Integer |
getRsChrPos() |
String |
getRsName() |
double |
getzScore() |
void |
setAssesedAllele(char assesedAllele) |
void |
setProbe(String probe) |
void |
setProbeChr(byte probeChr) |
void |
setProbeChrPos(int probeChrPos) |
void |
setPvalue(double pvalue) |
void |
setRsChr(byte rsChr) |
void |
setRsChrPos(int rsChrPos) |
void |
setRsName(String rsName) |
void |
setzScore(double zScore) |
String |
toString() |
public MinimalEQTL()
public MinimalEQTL(String[] eQTLrowInformation)
public MinimalEQTL(double pValue,
String rsName,
byte rsChr,
int rsChrPos,
String probe,
byte probeChr,
int probeChrPos)
public MinimalEQTL(EQTL e)
public double getPvalue()
public void setPvalue(double pvalue)
pvalue - the pvalue to setpublic String getRsName()
public void setRsName(String rsName)
rsName - the rsName to setpublic Byte getRsChr()
public void setRsChr(byte rsChr)
rsChr - the rsChr to setpublic Integer getRsChrPos()
public void setRsChrPos(int rsChrPos)
rsChrPos - the rsChrPos to setpublic String getProbe()
public void setProbe(String probe)
probe - the probe to setpublic Byte getProbeChr()
public void setProbeChr(byte probeChr)
probeChr - the probeChr to setpublic Integer getProbeChrPos()
public void setProbeChrPos(int probeChrPos)
probeChrPos - the probeChrPos to setpublic Double getPvalueAbs()
public double getzScore()
public void setzScore(double zScore)
public char getAssesedAllele()
public void setAssesedAllele(char assesedAllele)
public static ArrayList<MinimalEQTL> convertArray(ArrayList<EQTL> qtlBuffer)
Copyright © 2016. All Rights Reserved.