Package pal.alignment
Class Genotype
java.lang.Object
pal.alignment.Genotype
This class provides from genotype to be constructed from separate but paired
alignments. This is just a very basic implementation. Other suggested approaches would be welcome.
- Version:
- $Id:
- Author:
- Ed Buckler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlignment
(int i) char
getData
(int seq, int site, int allele) sequence alignment at (sequence, site, allele)
-
Constructor Details
-
Genotype
-
-
Method Details
-
getAlignment
-
getData
public char getData(int seq, int site, int allele) sequence alignment at (sequence, site, allele)
-