Description Usage Arguments Value Examples
Identify amino acid changes associaged with indel variation. Changes associated with SNVs are identified in separate function. Used by call_mutations function.
1 | id_indels(variant.calls, ref)
|
variant.calls |
Data frame with cols POS, REF, ALT, AF, DP. Additional columns will be ignored. |
ref |
reference genome in "MixVir" format (genomic positions repeated for each associated feature they're associated with, etc.) |
Data frame with cols "genomic_pos", "ref_base", "gene", "ref_codon", "ref_AA", "gene_aa_position", "ref_identity", "REF", "ALT", "ALT_freq", "ALT_COUNT", "samp_codon", "samp_AA", "samp_identity", "DP"
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.