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