Interface CanonizerOptions

interface CanonizerOptions {
    assignParitiesToTetrahedralN?: boolean;
    considerStereoheterotopicity?: boolean;
    coordsAre3d?: boolean;
    createPseudoStereoGroups?: boolean;
    createSymmetryRank?: boolean;
    distinguishRacemicOrGroups?: boolean;
    encodeAtomCustomLabels?: boolean;
    encodeAtomCustomLabelsWithoutRanking?: boolean;
    encodeAtomSelection?: boolean;
    neglectAnyStereoInformation?: boolean;
    tieBreakFreeValenceAtoms?: boolean;
}

Properties

assignParitiesToTetrahedralN?: boolean
considerStereoheterotopicity?: boolean
coordsAre3d?: boolean
createPseudoStereoGroups?: boolean
createSymmetryRank?: boolean
distinguishRacemicOrGroups?: boolean
encodeAtomCustomLabels?: boolean
encodeAtomCustomLabelsWithoutRanking?: boolean
encodeAtomSelection?: boolean
neglectAnyStereoInformation?: boolean
tieBreakFreeValenceAtoms?: boolean