You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) into a dataframe included with the package, it would simplify the code, make the functional group definitions more transparent to users, and potentially make get_fx_groups() easier to expand to new methods besides SIMPOL.1.
Possible column names: method (?), functional_group, smarts, function. function would be useful for the groups that are captured by a ChemmineOB function other than a SMARTS search. For all the SMARTS strings, function would be "ChemmineR::smartsSearchOB"
The text was updated successfully, but these errors were encountered:
By moving the SMARTS strings in
get_fx_groups()
(volcalc/R/get_fx_groups.R
Lines 100 to 141 in 80bed5b
get_fx_groups()
easier to expand to new methods besides SIMPOL.1.Possible column names: method (?), functional_group, smarts, function.
function
would be useful for the groups that are captured by aChemmineOB
function other than a SMARTS search. For all the SMARTS strings,function
would be"ChemmineR::smartsSearchOB"
The text was updated successfully, but these errors were encountered: