home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

5 rows where inventory_id = 274768

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
786559 786559 274768 274768 10968 2 0.119216874839024
786560 786560 274768 274768 18489 1 0.0894126561292682
786561 786561 274768 274768 39338 3 0.283867488797742
786562 786562 274768 274768 90149 3 0.283867488797742
786563 786563 274768 274768 192387 1 0.0715301249034145
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 2560.738ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website