public class TagGWASMapInfo
Stores variables from tag genetic mapping from GWAS. This class is used for I/O of HDF5.
public int readCount
Tag count in master tagCount file, unknown = Integer.MIN_VALUE
public int pChr
Physical chromosome of tag, unknown = Integer.MIN_VALUE
public int pPos
Physical position of tag, unknown = Integer.MIN_VALUE
public boolean ifMap
If the tag is mapped by aligner
public boolean ifRef
If the tag is reference tag
public boolean ifUnique
If the tag is unique to one position in genome
public int gChr
Genetic mapping chromosome of a tag, unknown = Integer.MIN_VALUE
public int gPos
Genetic mapping position of a tag, unknown = Integer.MIN_VALUE
public double gwasPValue
P-value of genetic mapping of a tag
public int numSigSite
Total number of significant site, unknown = Integer.MIN_VALUE
public int tagTaxaCount
Number of taxa where tag exist, unknown = Integer.MIN_VALUE
public int numSigChr
Total number of significant chromosome, unknown = Integer.MIN_VALUE
public double lRatioSB
Likelihood ratio of the most significant chromosome Vs the second most significant chromosome, log10 value, unknown = 0
public double lRatioMB
Likelihood ratio of the most significant chromosome Vs the median most significant chromosome, log10 value, unknown = 0
public int numSiteOnBestChrThanSecondBest
Number of site on best chromosome having more significant p value than the most significant p value on the second best chromosome, unknown = Integer.MIN_VALUE
public int sigSiteStart
Starting significant site on the best chromosome, unknown = Integer.MIN_VALUE
public int sigSiteEnd
Ending significant site on the best chromosome, inclusive, unknown = Integer.MIN_VALUE
public double predictedDistance
Predicted distance (log10 value) between mapping position and true position.
public TagGWASMapInfo()
public TagGWASMapInfo(int readCount,
int gChr,
int gPos,
double gwasPValue,
int numSigSite,
int tagTaxaCount,
int numSigChr,
double lRatioSB,
double lRatioMB,
int numSiteOnBestChrThanSecondBest,
int sigSiteStart,
int sigSiteEnd)
public TagGWASMapInfo(int readCount,
int pChr,
int pPos,
boolean ifMap,
boolean ifRef,
boolean ifUnique,
int gChr,
int gPos,
double gwasPValue,
int numSigSite,
int tagTaxaCount,
int numSigChr,
double lRatioSB,
double lRatioMB,
int numSiteOnBestChrThanSecondBest,
int sigSiteStart,
int sigSiteEnd)
public void setAlignment(int pChr,
int pPos,
boolean ifMap,
boolean ifRef,
boolean ifUnique)
public void setPredictedDistance(double predictedDistance)
public boolean isUniqueRef()
public java.lang.String getBoxcoxAttributesStr(kotlin.Array[] lamdas,
java.lang.String delimiter)
public java.lang.String getAttributesStr(java.lang.String delimiter)