- getPathsInfo(
molecule: Molecule,
options?: {
fromLabel?: string;
maxLength?: number;
minLength?: number;
toLabel?: string;
withHOSES?: boolean;
},
): {
extra: {
aromaticBonds: number;
cnoHybridation: number;
doubleBonds: number;
singleBonds: number;
tripleBonds: number;
};
oclID: any;
}[] Parameters
- molecule: Molecule
Optional
options: {
fromLabel?: string;
maxLength?: number;
minLength?: number;
toLabel?: string;
withHOSES?: boolean;
} = {}
Returns {
extra: {
aromaticBonds: number;
cnoHybridation: number;
doubleBonds: number;
singleBonds: number;
tripleBonds: number;
};
oclID: any;
}[]