View source: R/con_primer_coverage.R
mismatch.mutation.check | R Documentation |
Identifies whether mutations are induced by mismatch binding events.
mismatch.mutation.check(
primer.df,
template.df,
mutation.types = c("stop_codon", "substitution")
)
primer.df |
A |
template.df |
A |
mutation.types |
Character vector of the mutation types to be checked for. |
Checks for one primer and all covered templates whether any templates are bound
with mismatches such that mismatches are induced. A numeric vector indicating
which binding events induce a forbidden mismatch according to
mutation.types
is returned such that 1
indicates forbidden events
and 0
allowed events.
A list containing data frames where an entry of 1 is present if the primer.seq
induces a mutation that is
forbidden according to the provided mutation.types
, otherwise 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.