Description Usage Arguments Value
Compute whether a SAM/BAM flag indicates a first fragment. Method is not foolproof, as it ignores a lot of SAM semantics. E.g the SAM spec says: "If 0x1 is unset, no assumptions can be made about 0x2, 0x8, 0x20, 0x40 and 0x80". For our purpose this should be enough, but we should keep an open eye for a more robust implementation in Rsamtools.
1 | isFirstFragment(flag)
|
flag |
A flag from the BAM/SAM file |
Logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.