View source: R/4domain_reactor.R
| check_reaction_4domain | R Documentation |
react_4domain().The reactions supported by react_4domain() are
only the uni or bimolecular. This function checks if the
reaction parameter meets this requirement, returning
TRUE if the reaction is supported, or FALSE
otherwise.
check_reaction_4domain(reaction)
DNAr:::check_reaction_4domain('A + B -> C') # Should return TRUE
DNAr:::check_reaction_4domain('2A -> B') # Should return TRUE
DNAr:::check_reaction_4domain('2A + B -> C') # Should return FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.