home / zeropm-v0-0-4

consensus_index

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

7 rows where inchi_id = 173322

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
124829 124829 43220 43220 173322 1 0.119709277469004
682889 682889 243882 243882 173322 1 0.112424363068853
764076 764076 267858 267858 173322 1 0.112424363068853
764084 764084 267859 267859 173322 1 0.120047413684396
915278 915278 324238 324238 173322 1 0.118997025074373
1620648 1620648 489397 489397 173322 1 0.112424363068853
1722851 1722851 527629 527629 173322 1 0.112424363068853
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 1234.957ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website