public final class ProbeAnnotation extends Object
| Constructor and Description |
|---|
ProbeAnnotation() |
ProbeAnnotation(String loc) |
| Modifier and Type | Method and Description |
|---|---|
short[] |
getChr() |
int[] |
getChrEnd() |
int[] |
getChrStart() |
String[] |
getProbeAnnotation() |
String[] |
getProbes() |
HashMap<String,Integer> |
getProbeToProbeId() |
void |
load(String loc) |
void |
setChr(short[] chr) |
void |
setChrEnd(int[] chrEnd) |
void |
setChrStart(int[] chrStart) |
void |
setProbeAnnotation(String[] probeAnnotation) |
void |
setProbes(String[] probes) |
void |
setProbeToProbeId(HashMap<String,Integer> probeToProbeId) |
public ProbeAnnotation()
public ProbeAnnotation(String loc) throws IOException
IOExceptionpublic void load(String loc) throws IOException
IOExceptionpublic String[] getProbes()
public int[] getChrStart()
public int[] getChrEnd()
public short[] getChr()
public String[] getProbeAnnotation()
public void setProbes(String[] probes)
probes - the probes to setpublic void setChrStart(int[] chrStart)
chrStart - the chrStart to setpublic void setChrEnd(int[] chrEnd)
chrEnd - the chrEnd to setpublic void setChr(short[] chr)
chr - the chr to setpublic void setProbeAnnotation(String[] probeAnnotation)
probeAnnotation - the probeAnnotation to setCopyright © 2015. All Rights Reserved.