public class BaseAnnot extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
A |
static byte |
C |
static byte |
G |
static byte |
I |
static byte |
N |
static byte |
T |
static byte |
U |
| Constructor and Description |
|---|
BaseAnnot() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
convertToComplementaryAlleles(byte[] allelesToCompare) |
static Boolean |
flipalleles(String allelesSNP1,
String alleleAssessedSNP1,
String allelesSNP2,
String alleleAssessedSNP2) |
static String |
getAllelesDescription(byte[] alleles) |
static byte |
getComplement(byte x) |
static String |
getComplement(String x) |
static String |
getFullComplement(String longstr) |
static String |
getReverseComplement(String str) |
static byte |
toByte(String x) |
static byte[] |
toByteArray(String alleles) |
static String |
toString(byte x) |
public static final byte A
public static final byte C
public static final byte T
public static final byte G
public static final byte U
public static final byte I
public static final byte N
public static byte[] convertToComplementaryAlleles(byte[] allelesToCompare)
public static Boolean flipalleles(String allelesSNP1, String alleleAssessedSNP1, String allelesSNP2, String alleleAssessedSNP2)
public static String toString(byte x)
public static byte getComplement(byte x)
public static byte toByte(String x)
public static String getAllelesDescription(byte[] alleles)
public static byte[] toByteArray(String alleles)
Copyright © 2015. All Rights Reserved.