|
| void | createBinaryFromAscii (InputStream in, String outFile) throws IOException |
| |
| void | toDBFromAscii (InputStream in, final Connection conn, String table) throws IOException, SQLException |
| |
| void | createAsciiFromBinary (String binaryQualityFile, int numQualBasesPerRow) throws IOException |
| |
| int[] | getQualityBases (Connection conn, String table, String seqId, int start, int numOfBases) throws SQLException |
| |
| int[] | getQualityBases (Connection conn, String table, String seqId) throws SQLException |
| |
| void broad.core.sequence.FastaQualityBinaryIO.createAsciiFromBinary |
( |
String |
binaryQualityFile, |
|
|
int |
numQualBasesPerRow |
|
) |
| throws IOException |
| void broad.core.sequence.FastaQualityBinaryIO.createBinaryFromAscii |
( |
InputStream |
in, |
|
|
String |
outFile |
|
) |
| throws IOException |
| int [] broad.core.sequence.FastaQualityBinaryIO.getQualityBases |
( |
Connection |
conn, |
|
|
String |
table, |
|
|
String |
seqId, |
|
|
int |
start, |
|
|
int |
numOfBases |
|
) |
| throws SQLException |
Retrieves quality base calls for a given sequence from a binary quality assembly file.
- Parameters
-
| Table | - Database table containing the assembly quality info. |
| seqId | - Sequence id of interest. |
| start | - Zero based start of base (included) |
| numOfBases | - number of bases to retrieve starting from base start. |
- Returns
- Exceptions
-
| int [] broad.core.sequence.FastaQualityBinaryIO.getQualityBases |
( |
Connection |
conn, |
|
|
String |
table, |
|
|
String |
seqId |
|
) |
| throws SQLException |
Retrieves quality base calls for a given sequence from a binary quality assembly file. Use wisely, it returns an integer array with ALL quality scores.
- Parameters
-
| Table | - Database table containing the assembly quality info. |
| seqId | - Sequence id of interest. |
- Returns
- Exceptions
-
| void broad.core.sequence.FastaQualityBinaryIO.toDBFromAscii |
( |
InputStream |
in, |
|
|
final Connection |
conn, |
|
|
String |
table |
|
) |
| throws IOException, SQLException |
| final int broad.core.sequence.FastaQualityBinaryIO.BUFFER_SIZE = 8192 |
|
static |
| final int broad.core.sequence.FastaQualityBinaryIO.SEQ_ID_REC_LENGTH = 300 |
|
static |
The documentation for this class was generated from the following file: