public class BedFileParser extends Object
Constructor and Description |
---|
BedFileParser(String bedFile_URL) |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,Vector<BedSequence>> |
getAlignment(BufferedReader chars) |
void |
getAlignments(URL url) |
static int |
getMapLength() |
HashMap<String,Vector<BedSequence>> |
getResults() |
public BedFileParser(String bedFile_URL)
public void getAlignments(URL url)
public static int getMapLength()
public static HashMap<String,Vector<BedSequence>> getAlignment(BufferedReader chars) throws IOException
IOException
public HashMap<String,Vector<BedSequence>> getResults()
Copyright © 2021. All rights reserved.