| umms.core.writers.PairedEndWriter.PairedEndWriter |
( |
File |
bamFile | ) |
|
- Parameters
-
| bamFile | Input SAM or BAM file to extract header and/or reads from. |
| umms.core.writers.PairedEndWriter.PairedEndWriter |
( |
File |
bamFile, |
|
|
String |
output |
|
) |
| |
- Parameters
-
| bamFile | Input SAM or BAM file to extract header and/or reads from. |
| output | Output path |
| void umms.core.writers.PairedEndWriter.addAlignment |
( |
final Alignment |
alignment | ) |
|
Write a single Alignment
- Parameters
-
| void umms.core.writers.PairedEndWriter.addRecord |
( |
final SAMRecord |
record | ) |
|
| void umms.core.writers.PairedEndWriter.close |
( |
| ) |
|
| void umms.core.writers.PairedEndWriter.convertInputToPairedEnd |
( |
| ) |
|
Convert the bamFile provided in the constructor to paired end format. If no transcription read is supplied, set to unstranded
| void umms.core.writers.PairedEndWriter.convertInputToPairedEnd |
( |
TranscriptionRead |
txnRead | ) |
|
Convert the bamFile provided in the constructor to paired end format. Convert the bamFile provided in the constructor to paired end format.
| static String umms.core.writers.PairedEndWriter.getDefaultFile |
( |
String |
file | ) |
|
|
static |
| String umms.core.writers.PairedEndWriter.getOutputFile |
( |
| ) |
|
| void umms.core.writers.PairedEndWriter.setMaxAllowableInsert |
( |
int |
x | ) |
|
| final String umms.core.writers.PairedEndWriter.mateCigarFlag ="mc" |
|
static |
| final String umms.core.writers.PairedEndWriter.mateLineFlag ="mateLine" |
|
static |
| final String umms.core.writers.PairedEndWriter.mateSequenceFlag ="ms" |
|
static |
Writes a file to represent a BAM file where the paired end reads are concatenated We will represent the basic alignment start and end for the whole fragment The attributes will have information for the component parts
| String umms.core.writers.PairedEndWriter.PAIRED_END_EXTENSION = ".PairedEnd.bam" |
|
static |
| final String umms.core.writers.PairedEndWriter.readCigarFlag ="rc" |
|
static |
| final String umms.core.writers.PairedEndWriter.readStartFlag ="rs" |
|
static |
The documentation for this class was generated from the following file: