Description Usage Arguments Details Value
View source: R/alignment-quality.R
Generate a consensus table between a BAM alignment and a reference sequence.
1 | consensus_table(bamfile, reffile)
|
bamfile |
Path to the BAM file. |
reffile |
Path to the reference sequence (Fasta format). |
consensus_table
generates a data.table
with 5 columns:
The Position along the reference, the Nucleotide (A, C, G, T, or Gap [-]),
the number of reads at a Position for each Nucleotide, the
A data.table. See Details
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.