home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 227511

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
581621 581621 227511 227511 9866 3 0.228948540224388
581622 581622 227511 227511 13087 5 0.28745660888666
581623 581623 227511 227511 93328 7 0.299070799669496
581624 581624 227511 227511 162009 1 0.165100466880566
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 876.394ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website