public class ProbeTranslation extends Object
| Constructor and Description |
|---|
ProbeTranslation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActualMappingPosition(Integer probeId) |
int |
getNumProbes() |
byte |
getProbeChr(int p) |
int |
getProbeChrPos(int p) |
Integer |
getProbeId(String string) |
String[] |
getProbes() |
String |
getProbeSymbol(int p) |
HashMap<String,String> |
getProbeTranslation(String probeTranslationFile,
String source,
String dest) |
HashMap<String,Integer> |
getProbeTranslationTable() |
void |
load(String probeAnnotation) |
public void load(String probeAnnotation) throws IOException
IOExceptionpublic HashMap<String,String> getProbeTranslation(String probeTranslationFile, String source, String dest) throws IOException
IOExceptionpublic byte getProbeChr(int p)
public int getProbeChrPos(int p)
public String getProbeSymbol(int p)
public int getNumProbes()
public String[] getProbes()
Copyright © 2015. All Rights Reserved.