home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 26432

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
187416 187416 66746 66746 26432 10 0.916666666666667
265052 265052 89805 89805 26432 1 0.239130434782609
569348 569348 223289 223289 26432 8 0.9
901017 901017 317110 317110 26432 4 0.833333333333333
1639239 1639239 495837 495837 26432 8 0.9
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 1462.836ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website