|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpedviz.haplotype.MerlinErrorChecking
public class MerlinErrorChecking
It's possible to process a Merlin error output file to highlight errors in the haplotype/genotype data.
| Constructor Summary | |
|---|---|
MerlinErrorChecking(java.lang.String filename)
Loads the given Merlin-Error file. |
|
MerlinErrorChecking(java.lang.String filename,
boolean resource)
Loads the given Merlin-Error file. |
|
| Method Summary | |
|---|---|
java.util.HashMap<java.lang.Object,MerlinError> |
getErrors()
Returns a collection of all errors. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MerlinErrorChecking(java.lang.String filename)
filename - Merlin-Error file
public MerlinErrorChecking(java.lang.String filename,
boolean resource)
filename - Merlin-Error fileresource - Loads the file from a resource (jar,..).| Method Detail |
|---|
public java.util.HashMap<java.lang.Object,MerlinError> getErrors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||