bt.bedtobam | R Documentation |
Converts feature records to BAM format.
bt.bedtobam(i, g, mapq = NULL, bed12 = NULL, ubam = NULL, output = NULL)
i |
<bed/gff/vcf> |
g |
<genome> |
mapq |
Set the mappinq quality for the BAM records. (INT) Default: 255 |
bed12 |
The BED file is in BED12 format. The BAM CIGAR string will reflect BED "blocks". |
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.