Function getPathsInfo

  • Parameters

    • molecule: Molecule
    • Optionaloptions: {
          fromLabel?: string;
          maxLength?: number;
          minLength?: number;
          toLabel?: string;
          withHOSES?: boolean;
      } = {}

    Returns {
        extra: {
            aromaticBonds: number;
            cnoHybridation: number;
            doubleBonds: number;
            singleBonds: number;
            tripleBonds: number;
        };
        oclID: any;
    }[]