View source: R/compare_seq_df_long.R
compare_seq_df_long | R Documentation |
Title
compare_seq_df_long(
df_long,
ref,
pos_col = "position",
seq_col = "seq",
name_col = "seq.name",
seq_original = "seq_original",
match_symbol = ".",
mismatch_symbol = "x",
change_pattern = F,
pattern_mismatch_as = c("base", "mismatch_symbol"),
change_ref = F,
ref_mismatch_as = c("base", "mismatch_symbol"),
insertion_as = c("base", "insertion")
)
insertion_as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.