Description Usage Arguments Value Author(s) Examples
The function takes data stored in aling-fields and creates
a bamAlign
object, which can be stored in a BAM file via bamWriter.
1 2 |
qname |
Query name, e.g. "HWUSI..." for Illumina sequences. |
qseq |
Query sequence (DNA-sequence) |
qqual |
Query quality (ASCII coded quality values). Must contain same number of characters as qseq |
cigar |
CIGAR string. Must be in valid format, e.g. 45M100N56N. Sequence length must match encoded items in CIGAR string. |
refid |
Integer. 0-based index which must have a counterpart in Reference Sequence Dictionary (otherwise samtools crashed when creating a BAM-index file). |
position |
|
flag |
|
alqual |
|
mrefid |
|
mpos |
|
insertsize |
|
bamGapList
Wolfgang Kaisers
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.