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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
435467 435467 156315 156315 255537 1 0.0359779842127033
686167 686167 244696 244696 255537 2 0.0215849297570822
770053 770053 269380 269380 255537 1 0.035913978637153
770066 770066 269381 269381 255537 1 0.035913978637153
861347 861347 297808 297808 255537 1 0.035913978637153
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 1255.727ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website