| remove_stoichiometry | R Documentation | 
Use this function to get rid of the stoichiometry of a species string.
remove_stoichiometry(species)
The species string without the stoichiometry (number) specifying the number of molecules
DNAr:::remove_stoichiometry('2A')   # Returns 'A'
DNAr:::remove_stoichiometry('2A2')  # Returns 'A2', The other numbers
                                    # are considered part of the species name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.