public class GenomicDataStructures
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected class |
GenomicDataStructures.WsReadStructure
Inner helper class for sorting structured reads
|
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_DELETION |
protected static int |
BASE_LEFT_INSERTION |
protected static int |
BASE_MATCH |
protected static int |
BASE_POS_INSERTION |
protected static int |
BASE_RIGHT_INSERTION |
protected static int |
BASE_SVN |
Constructor and Description |
---|
GenomicDataStructures() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
buildStats(int client_contig_index,
long start,
int length) |
protected void |
createFromRawRead(WsRead aligned_read,
RawRead read_data,
float metrics_factor,
int mode)
must report right or left insertion...
|
protected void |
createFromRawReadWithInsertions(WsRead aligned_read,
RawRead read_data,
float metrics_factor,
int mode,
long start_from)
report insertion at position...
|
protected void |
reverse(byte[] array)
Reverses the order of the given array.
|
protected void |
reverse(float[] array)
Reverses the order of the given array.
|
protected void |
reverse(short[] array)
Reverses the order of the given array.
|
protected void |
reverseRawRead(RawRead read_data)
handles reverse strand data
|
protected void |
setQVValue(WsRead aligned_read,
RawRead read_data,
int raw_base_index,
int annotated_base_index,
float metrics_factor) |
protected void |
updateMetricsFromRawRead(WsRead aligned_read,
RawRead read_data,
float metrics_factor)
must report right or left insertion...
|
protected static final int BASE_MATCH
protected static final int BASE_DELETION
protected static final int BASE_SVN
protected static final int BASE_RIGHT_INSERTION
protected static final int BASE_LEFT_INSERTION
protected static final int BASE_POS_INSERTION
protected void updateMetricsFromRawRead(WsRead aligned_read, RawRead read_data, float metrics_factor)
read_data
- protected void createFromRawRead(WsRead aligned_read, RawRead read_data, float metrics_factor, int mode)
read_data
- protected void createFromRawReadWithInsertions(WsRead aligned_read, RawRead read_data, float metrics_factor, int mode, long start_from)
read_data
- protected void setQVValue(WsRead aligned_read, RawRead read_data, int raw_base_index, int annotated_base_index, float metrics_factor)
aligned_read
- read_data
- raw_base_index
- annotated_base_index
- metrics_factor
- protected void reverseRawRead(RawRead read_data)
read_data
- protected void reverse(byte[] array)
array
- the array to reverseprotected void reverse(short[] array)
array
- the array to reverseprotected void reverse(float[] array)
array
- the array to reverseprotected java.lang.String buildStats(int client_contig_index, long start, int length)
client_contig_index
- start
- length
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.