xsmiles
Version:
XSMILES is a JavaScript tool to visualize atom and non-atom attributions and SMILES strings through interactive coordinated visualizations.
9 lines • 404 B
TypeScript
import { Molecule } from "../types/molecule.types";
import { Gradient } from "../types/gradient.types";
declare class HeatmapService {
appendHeatmap: (parent: HTMLElement, molecule: Molecule, gradient: Gradient, scaleResolution: number) => void;
private adaptValueToBeOverThresholds;
}
declare const _default: HeatmapService;
export default _default;
//# sourceMappingURL=heatmap.service.d.ts.map