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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
168924 168924 60255 60255 54961 1 0.105263157894737
168925 168925 60255 60255 56808 6 0.315789473684211
168926 168926 60255 60255 56953 1 0.0789473684210526
168927 168927 60255 60255 59910 1 0.157894736842105
168928 168928 60255 60255 107059 2 0.315789473684211
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 548.732ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website