home / zeropm-v0-0-4

consensus_index

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

7 rows where inchi_id = 117793

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
121449 121449 42217 42217 117793 1 0.204879874009093
310339 310339 104794 104794 117793 4 0.24068507667878
581894 581894 227577 227577 117793 4 0.24068507667878
682135 682135 243599 243599 117793 1 0.204879874009093
953353 953353 342164 342164 117793 2 0.235427327182104
1661140 1661140 503494 503494 117793 4 0.259115076529934
1661153 1661153 503497 503497 117793 1 0.204879874009093
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 2010.986ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website