home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 423512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1289353 1289353 423512 423512 26092 4 0.168754503957572
1289354 1289354 423512 423512 96352 2 0.292291374860597
1289355 1289355 423512 423512 140259 4 0.292291374860597
1289356 1289356 423512 423512 228978 2 0.0730728437151493
1289357 1289357 423512 423512 259815 3 0.107681063176734
1289358 1289358 423512 423512 328632 1 0.0487152291434329
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 2198.054ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website