new_STRAND | R Documentation |
Extracts strand-specific read counts from a bam file.
new_STRAND(BAM_fn, vcs, minBQ = 13, minMQ = 40, NT = 1)
BAM_fn |
A character string for the bam's file path. |
vcs |
A R data.frame of variant calls containing
columns |
minBQ |
An integer for minimum base quality. |
minMQ |
An integer for minimum mapping quality. |
NT |
A positive integer for the number of threads. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.