View source: R/check_ref_seq_for_matches.R
check_ref_seq_for_matches | R Documentation |
A vector of sequences is compared to a reference sequence. In case of equality all sequences except for ref_seq are changed to 'match' or in case of inequality to 'mismatch'.
check_ref_seq_for_matches(
seq_set,
ref_seq_name = NULL,
pos_col = "position",
seq_col = "seq",
name_col = "seq.name"
)
seq_set |
XStringSet or character vector of sequences |
ref_seq_name |
name of reference sequence which will not be altered |
pos_col |
name of position column |
seq_col |
name of sequence column |
name_col |
name of column which holds sequence names |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.