substr_mask {conmolfields} | R Documentation |
Extracts substructure from a molecule using mask.
substr_mask(mol, mask)
mol |
molecule |
mask |
mask defining substructure to be extracted |
Substructure
data("alkans74") mol <- alkans74.mdb[[2]] substr_mask(mol, c(1,1,0))