public class ReferenceAlignment extends Alignment
Alignment.AIterator, Alignment.IntPair, Alignment.M2_elen, _flen, DIAG_NEIGHBORS, LNEIGHBORS, NEIGHBORS| Constructor and Description |
|---|
ReferenceAlignment() |
ReferenceAlignment(int flen,
int elen) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlignmentPointsPharaoh(String p) |
int |
countProbableHits(Alignment test) |
int |
countSureAlignmentPoints() |
int |
countSureHits(Alignment test) |
Alignment |
getTranspose() |
byte |
getType() |
static edu.umd.hooka.alignment.aer.ReferenceAlignment.WPTFileReader |
getWPT03FileIterator(InputStream is) |
boolean |
isProbableAligned(int f,
int e) |
boolean |
isSureAligned(int f,
int e) |
void |
probableAlign(int f,
int e) |
void |
readFields(DataInput in) |
void |
sureAlign(int f,
int e) |
String |
toString() |
void |
write(DataOutput out) |
align, aligned, clone, countAlignmentPoints, countNeighbors, doubleRookAligned, equals, fromGiza, getELength, getFLength, intersect, isEAligned, isFAligned, iterator, lneighborAligned, mergeEnglishWords, neighborAligned, rookAligned, splitEnglishWords, splitForeignWords, toStringVisual, unalignE, unalignF, unionpublic ReferenceAlignment()
public ReferenceAlignment(int flen,
int elen)
public void sureAlign(int f,
int e)
public void probableAlign(int f,
int e)
public boolean isSureAligned(int f,
int e)
public boolean isProbableAligned(int f,
int e)
public int countProbableHits(Alignment test)
public int countSureHits(Alignment test)
public int countSureAlignmentPoints()
public Alignment getTranspose()
getTranspose in class Alignmentpublic void addAlignmentPointsPharaoh(String p)
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritablereadFields in class AlignmentIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.Writablewrite in class AlignmentIOExceptionpublic static edu.umd.hooka.alignment.aer.ReferenceAlignment.WPTFileReader getWPT03FileIterator(InputStream is) throws IOException
IOExceptionCopyright © 2015. All rights reserved.