home / zeropm-v0-0-4

consensus_index

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

10 rows where inchi_id = 159216

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
160975 160975 57803 57803 159216 1 0.259842519685039
266890 266890 90461 90461 159216 1 0.259842519685039
449349 449349 161136 161136 159216 1 0.253012048192771
569025 569025 223182 223182 159216 1 0.259842519685039
1045116 1045116 369912 369912 159216 1 0.259842519685039
1265854 1265854 416690 416690 159216 1 0.259842519685039
1265857 1265857 416691 416691 159216 1 0.259842519685039
1488001 1488001 460392 460392 159216 1 0.259842519685039
1597141 1597141 482295 482295 159216 1 0.259842519685039
1639399 1639399 495901 495901 159216 1 0.259842519685039
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 1458.122ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website