home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 160313

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
574349 574349 225031 225031 160313 1 0.0643083920650289
904684 904684 319098 319098 160313 1 0.0665218203376484
1748266 1748266 535471 535471 160313 1 0.0715619777843311
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 1591.222ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website