Class StringDiff
java.lang.Object
org.snpeff.align.StringDiff
-
Constructor Summary
ConstructorsConstructorDescriptionStringDiff(String s1, String s2) StringDiff(String s1, String name1, String s2, String name2) -
Method Summary
-
Constructor Details
-
StringDiff
-
StringDiff
-
-
Method Details
-
count
public int count()Count number of differences between strings -
diffString
Create a string that shows the difference between two strings -
error
public double error()Error ratio (number of mismatches divided by string length -
toString
-