| get_reactants | R Documentation | 
This function returns the reactants of a reactions, removing their stoichiometry.
get_reactants(reaction)
DNAr:::get_reactants('A + B -> C')  # Returns c('A', 'B')
DNAr:::get_reactants('2A -> B')     # Returns c('A')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.