public class BinaryResultSNPSummary extends Object
| Constructor and Description |
|---|
BinaryResultSNPSummary(String filename,
boolean W) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getMaxNrSamples() |
BinaryResultSNP[] |
readAllSNPs() |
BinaryResultSNP |
readNextSNP() |
void |
write(String snpname,
byte snpchr,
Integer snpchrpos,
double HWE,
double MAF,
double CR,
byte[] alleles,
byte minorallele,
byte alleleassessed,
Integer numsamples,
long gzipIndex) |
public BinaryResultSNPSummary(String filename, boolean W) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic void write(String snpname, byte snpchr, Integer snpchrpos, double HWE, double MAF, double CR, byte[] alleles, byte minorallele, byte alleleassessed, Integer numsamples, long gzipIndex) throws IOException
IOExceptionpublic BinaryResultSNP[] readAllSNPs() throws IOException
IOExceptionpublic BinaryResultSNP readNextSNP() throws IOException
IOExceptionpublic int getMaxNrSamples()
Copyright © 2015. All Rights Reserved.