public class SNPAnnotation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,ArrayList<Integer>> |
chrToSNP |
HashMap<String,HashSet<Integer>> |
chrToUniquePositions |
HashMap<Integer,Integer> |
rsToChrPos |
| Constructor and Description |
|---|
SNPAnnotation(String contigInfoLoc,
String snpInfoLoc) |
SNPAnnotation(String contigInfoLoc,
String snpInfoLoc,
String ref) |
public SNPAnnotation(String contigInfoLoc, String snpInfoLoc) throws IOException
IOExceptionpublic SNPAnnotation(String contigInfoLoc, String snpInfoLoc, String ref) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.