View source: R/bt.bedpetobam.R
bt.bedpetobam | R Documentation |
Converts feature records to BAM format.
bt.bedpetobam(i, g, mapq = NULL, ubam = NULL, output = NULL)
i |
<bed/gff/vcf> |
g |
<genome> |
mapq |
Set the mappinq quality for the BAM records. (INT) Default: 255 |
ubam |
Write uncompressed BAM output. Default writes compressed BAM. |
output |
Output filepath instead of returning output in R. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.