home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 80082

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
234497 234497 80082 80082 44138 1 0.133333333333333
234498 234498 80082 80082 44140 6 0.266666666666667
234499 234499 80082 80082 115228 1 0.266666666666667
234500 234500 80082 80082 142608 1 0.0888888888888889
234501 234501 80082 80082 142796 1 0.133333333333333
234502 234502 80082 80082 148716 1 0.0888888888888889
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 595.708ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website