OpenChemLib JS
    Preparing search index...

    Interface MCSOptions

    interface MCSOptions {
        ringMatchMode?: MCSRingMatchMode;
    }
    Index

    Properties

    Properties

    ringMatchMode?: MCSRingMatchMode

    How rings of the fragment are handled when building common substructures.

    • cleaveRings: rings may be broken, so a partial ring can be part of the result.
    • keepRings: a ring is only kept if it is entirely part of the common substructure.
    • keepAromaticRings: same as keepRings but restricted to aromatic rings.
    'cleaveRings'