public class SAMRecordUtil
extends java.lang.Object
| Constructor and Description |
|---|
SAMRecordUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
reverseArray(byte[] array)
Reverse the given array in place.
|
static void |
reverseComplement(SAMRecord rec)
Reverse-complement all known sequence and base quality attributes of the SAMRecord.
|
public static void reverseComplement(SAMRecord rec)
public static void reverseArray(byte[] array)