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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
76640 76640 27477 27477 24706 1 0.0235824896944379
159178 159178 57300 57300 24706 1 0.0241825786225027
159215 159215 57304 57304 24706 1 0.386876596835389
508002 508002 203219 203219 24706 1 0.0241825786225027
675570 675570 241504 241504 24706 1 0.0484249688532741
720559 720559 254742 254742 24706 1 0.0235824896944379
826353 826353 286814 286814 24706 1 0.0233098660873555
881944 881944 306522 306522 24706 3 0.336
915964 915964 324676 324676 24706 1 0.0241825786225027
1758282 1758282 539280 539280 24706 1 0.0241825786225027
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 3803.018ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website