public interface Reads
Modifier and Type | Method and Description |
---|---|
boolean |
areReadsUnique()
Reports whether this list of reads includes duplicates
True is there are no read duplicates, false otherwise.
|
long[] |
getRead(int index)
Get the compressed read sequence in a long array for a given index
|
int |
getReadCount(int index)
Gets the count of a particular read.
|
int |
getReadIndex(long[] read)
Gets the first index of a read (the only one if a unique list).
|
int[] |
getReadIndexSet(long[] read)
Gets the set indices of matching reads (the only one if a unique list).
|
int |
getReadTotal()
This is the number of different reads in the list (NOT THE SUM OF THE COUNTS)
The index will vary from 0 to (ReadTotal-1)
This is the number of distinct reads if readUnique is true
|
long[] getRead(int index)
index
- int getReadCount(int index)
index
- int getReadIndex(long[] read)
read
- as a compressed long arrayint[] getReadIndexSet(long[] read)
read
- as a compressed long arrayboolean areReadsUnique()
int getReadTotal()
Copyright © 2018. All rights reserved.