View source: R/Canidate_processing.R
merge_atoms | R Documentation |
This is a function that merge the atoms to a melecule atom list .
merge_atoms(
atoms,
addelements,
check_merge = F,
mode = c("add", "ded"),
multiplier = c(1, 1)
)
atoms |
the file name of candidate list |
addelements |
the folder that contains candidate list |
check_merge |
Check the final formula for any negative number of atom(s). |
mode |
add the elements to the formula by using "add", and deduct the elements by using "ded". |
multiplier |
Two number to define the atom and adding elements' proportion respectively. |
an atom list
merge_atoms(atoms=get_atoms("C7H13O8P"),addelements=list(H=1),check_merge=T,mode="ded",multiplier=c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.