public class WGAFileMatrixRawData extends Object
| Constructor and Description |
|---|
WGAFileMatrixRawData(int nrSNPs,
int nrInds,
File fileName,
boolean readOnly)
Creates a new instance of WGAFileMatrixRawData
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte |
getGCScore(int snp,
int ind) |
byte |
getR(int snp,
int ind) |
byte |
getTheta(int snp,
int ind) |
void |
setGCScore(int snp,
int ind,
byte[] value) |
void |
setR(int snp,
int ind,
byte[] value) |
void |
setTheta(int snp,
int ind,
byte[] value) |
public WGAFileMatrixRawData(int nrSNPs,
int nrInds,
File fileName,
boolean readOnly)
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic byte getGCScore(int snp,
int ind)
throws IOException
IOExceptionpublic byte getR(int snp,
int ind)
throws IOException
IOExceptionpublic byte getTheta(int snp,
int ind)
throws IOException
IOExceptionpublic void setGCScore(int snp,
int ind,
byte[] value)
throws IOException
IOExceptionpublic void setR(int snp,
int ind,
byte[] value)
throws IOException
IOExceptionpublic void setTheta(int snp,
int ind,
byte[] value)
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.