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 = 154994

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430453 430453 154994 154994 2894 8 0.38585477557814
430454 430454 154994 154994 15573 1 0.128618258526047
430455 430455 154994 154994 90213 2 0.136420264182258
430456 430456 154994 154994 214071 1 0.19292738778907
430457 430457 154994 154994 233622 1 0.128618258526047
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 766.551ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website