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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
130815 130815 46518 46518 264761 2 0.0353839729029742
352790 352790 119313 119313 264761 1 0.027660516915637
798350 798350 278505 278505 264761 1 0.0291410039399837
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 1455.885ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website