| broad.pda.seq.fastq.FastqSequence.FastqSequence |
( |
String |
name, |
|
|
String |
sequence, |
|
|
String |
description, |
|
|
String |
quality |
|
) |
| |
| String broad.pda.seq.fastq.FastqSequence.getDescription |
( |
| ) |
|
| String broad.pda.seq.fastq.FastqSequence.getFirstNBPs |
( |
int |
n | ) |
|
| int broad.pda.seq.fastq.FastqSequence.getLength |
( |
| ) |
|
| String broad.pda.seq.fastq.FastqSequence.getName |
( |
| ) |
|
| String broad.pda.seq.fastq.FastqSequence.getSequence |
( |
| ) |
|
| boolean broad.pda.seq.fastq.FastqSequence.isPartialPolyA |
( |
int |
polyN | ) |
|
| boolean broad.pda.seq.fastq.FastqSequence.isPolyA |
( |
| ) |
|
| void broad.pda.seq.fastq.FastqSequence.removeAtSymbolFromName |
( |
| ) |
|
| void broad.pda.seq.fastq.FastqSequence.setDescription |
( |
String |
descr | ) |
|
| void broad.pda.seq.fastq.FastqSequence.setName |
( |
String |
name | ) |
|
| String broad.pda.seq.fastq.FastqSequence.toFasta |
( |
| ) |
|
| String broad.pda.seq.fastq.FastqSequence.toFasta |
( |
int |
readNum | ) |
|
| String broad.pda.seq.fastq.FastqSequence.toFastq |
( |
| ) |
|
| String broad.pda.seq.fastq.FastqSequence.toString |
( |
| ) |
|
| FastqSequence broad.pda.seq.fastq.FastqSequence.trimBeginning |
( |
char |
letter | ) |
|
| FastqSequence broad.pda.seq.fastq.FastqSequence.trimEndBases |
( |
int |
numOfBasesToTrim | ) |
|
Trims the last numBasesToTrim bases of the fastq record and returns the nucleotides trimmed.
- Parameters
-
- Returns
| FastqSequence broad.pda.seq.fastq.FastqSequence.trimEnds |
( |
char |
letter | ) |
|
| FastqSequence broad.pda.seq.fastq.FastqSequence.trimFirstNBPs |
( |
int |
n | ) |
|
| FastqSequence broad.pda.seq.fastq.FastqSequence.trimLinker |
( |
String |
linkerSeq | ) |
|
| FastqSequence broad.pda.seq.fastq.FastqSequence.trimStartBases |
( |
int |
numOfBasesToTrim | ) |
|
Trims the first numBasesToTrim bases of the fastq record and returns the nucleotides trimmed.
- Parameters
-
- Returns
| void broad.pda.seq.fastq.FastqSequence.write |
( |
BufferedWriter |
bw | ) |
throws IOException |
The documentation for this class was generated from the following file: