public class Dependifier extends Object
| Constructor and Description |
|---|
Dependifier(String datadir) |
Dependifier(TriTyperGenotypeData dataset,
SNPLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<String> |
dependify(String[] inputsnps,
double proxyldthreshold,
int maxproxydistance) |
HashSet<String> |
dependify(String[] needles,
String[] haystack,
double proxyldthreshold,
int maxproxydistance) |
HashMap<String,HashSet<String>> |
dependifyReturnProxiesPerSNP(String[] inputsnps,
double proxyldthreshold,
int maxproxydistance) |
HashMap<String,HashSet<String>> |
dependifyReturnProxiesPerSNP(String[] needles,
String[] haystack,
double proxyldthreshold,
int maxproxydistance) |
HashSet<String> |
findProxiesForSNP(String snp,
double proxyldthreshold,
int maxproxydistance) |
public Dependifier(String datadir) throws IOException
IOExceptionpublic Dependifier(TriTyperGenotypeData dataset, SNPLoader loader)
public HashMap<String,HashSet<String>> dependifyReturnProxiesPerSNP(String[] inputsnps, double proxyldthreshold, int maxproxydistance) throws IOException
IOExceptionpublic HashSet<String> dependify(String[] inputsnps, double proxyldthreshold, int maxproxydistance) throws IOException
IOExceptionpublic HashSet<String> dependify(String[] needles, String[] haystack, double proxyldthreshold, int maxproxydistance) throws IOException
IOExceptionpublic HashMap<String,HashSet<String>> dependifyReturnProxiesPerSNP(String[] needles, String[] haystack, double proxyldthreshold, int maxproxydistance) throws IOException
IOExceptionpublic HashSet<String> findProxiesForSNP(String snp, double proxyldthreshold, int maxproxydistance) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.