home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 102672

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
303542 303542 102672 102672 14203 1 0.0390838467051538
303543 303543 102672 102672 52393 1 0.0781676934103076
303544 303544 102672 102672 77807 2 0.127647308817046
303545 303545 102672 102672 79622 4 0.31267077364123
303546 303546 102672 102672 185614 1 0.156335386820615
303547 303547 102672 102672 239024 1 0.062534154728246
303548 303548 102672 102672 250944 1 0.0521117956068717
303549 303549 102672 102672 308360 1 0.0446672533773186
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 841.203ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website