public class Comparison extends Object
Since 4.1.1 the methods for distance inference in forester are also used in BioJava, so this implementation of percentage of identity is not needed anymore. However, the code is maintained as the own BioJava implementation.
Constructor and Description |
---|
Comparison() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isGap(char c)
Method that determines if a character means a gap in the alignment.
|
static float |
PID(String seq1,
String seq2)
this is a gapped PID calculation
|
static float |
PID(String seq1,
String seq2,
int start,
int end) |
public Comparison()
public static final float PID(String seq1, String seq2)
s1
- SequenceIs2
- SequenceIpublic static final boolean isGap(char c)
c
- gap character is one of the symbols in {' ','-','.'}Copyright © 2000–2019 BioJava. All rights reserved.