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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
859084 859084 297184 297184 26896 1 0.0789473684210526
859085 859085 297184 297184 84954 1 0.105263157894737
859086 859086 297184 297184 90746 6 0.315789473684211
859087 859087 297184 297184 97442 2 0.315789473684211
859088 859088 297184 297184 173344 1 0.157894736842105
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 1627.966ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website